android.view.accessibility.AccessibilityNodeProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.view.accessibility;
public abstract class AccessibilityNodeProvider
{
public AccessibilityNodeProvider() { throw new RuntimeException("Stub!"); }
public android.view.accessibility.AccessibilityNodeInfo createAccessibilityNodeInfo(int virtualViewId) { throw new RuntimeException("Stub!"); }
public boolean performAction(int virtualViewId, int action, android.os.Bundle arguments) { throw new RuntimeException("Stub!"); }
public java.util.List findAccessibilityNodeInfosByText(java.lang.String text, int virtualViewId) { throw new RuntimeException("Stub!"); }
}