Searched defs:ExploreByTouchHelper (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java33 * ExploreByTouchHelper is a utility class for implementing accessibility
44 * mAccessHelper = ExploreByTouchHelper.create(someView, mAccessHelperCallback);
48 public abstract class ExploreByTouchHelper extends View.AccessibilityDelegate { class in inherits:View.AccessibilityDelegate
92 * Factory method to create a new {@link ExploreByTouchHelper}.
96 public ExploreByTouchHelper(View forView) { method in class:ExploreByTouchHelper
819 return ExploreByTouchHelper.this.createNode(virtualViewId);
824 return ExploreByTouchHelper.this.performAction(virtualViewId, action, arguments);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DExploreByTouchHelper.java46 * ExploreByTouchHelper is a utility class for implementing accessibility
88 public abstract class ExploreByTouchHelper extends AccessibilityDelegateCompat { class in inherits:AccessibilityDelegateCompat
132 public ExploreByTouchHelper(View host) { method in class:ExploreByTouchHelper
1242 ExploreByTouchHelper.this.obtainAccessibilityNodeInfo(virtualViewId);
1248 return ExploreByTouchHelper.this.performAction(virtualViewId, action, arguments);

Completed in 93 milliseconds