Searched refs:ExploreByTouchHelper (Results 1 - 11 of 11) sorted by relevance

/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/util/
H A DLinkAccessibilityHelper.java27 import android.support.v4.widget.ExploreByTouchHelper;
66 * @see android.support.v4.widget.ExploreByTouchHelper
78 // Pre-O, we extend ExploreByTouchHelper to expose a virtual view hierarchy
137 * @see ExploreByTouchHelper#dispatchHoverEvent(MotionEvent)
140 return mDelegate instanceof ExploreByTouchHelper
141 && ((ExploreByTouchHelper) mDelegate).dispatchHoverEvent(event);
145 static class PreOLinkAccessibilityHelper extends ExploreByTouchHelper {
168 return ExploreByTouchHelper.INVALID_ID;
/frameworks/support/customview/src/androidTest/java/androidx/customview/widget/
H A DExploreByTouchHelperTest.java63 final ExploreByTouchHelper helper = new ParentBoundsHelper(mHost);
117 * An extension of ExploreByTouchHelper that contains a single virtual view
120 private static class ParentBoundsHelper extends ExploreByTouchHelper {
/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);
H A DLockPatternView.java1377 private final class PatternExploreByTouchHelper extends ExploreByTouchHelper {
1463 if (virtualViewId != ExploreByTouchHelper.INVALID_ID) {
1541 return ExploreByTouchHelper.INVALID_ID;
1545 return ExploreByTouchHelper.INVALID_ID;
1549 int view = dotAvailable ? dotId : ExploreByTouchHelper.INVALID_ID;
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/widget/
H A DExploreByTouchHelperActivity.java37 import androidx.customview.widget.ExploreByTouchHelper;
45 * This example shows how to use the {@link ExploreByTouchHelper} class in the
49 * The {@link ExploreByTouchHelper} class wraps
55 * <li>Creating a helper class that extends {@link ExploreByTouchHelper}
279 private class CustomViewTouchHelper extends ExploreByTouchHelper {
293 return ExploreByTouchHelper.INVALID_ID;
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/widget/
H A DExploreByTouchHelperActivity.java37 import androidx.customview.widget.ExploreByTouchHelper;
45 * This example shows how to use the {@link ExploreByTouchHelper} class in the
49 * The {@link ExploreByTouchHelper} class wraps
55 * <li>Creating a helper class that extends {@link ExploreByTouchHelper}
279 private class CustomViewTouchHelper extends ExploreByTouchHelper {
293 return ExploreByTouchHelper.INVALID_ID;
/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/util/
H A DLinkAccessibilityHelperTest.java34 import android.support.v4.widget.ExploreByTouchHelper;
77 ExploreByTouchHelper.INVALID_ID, virtualViewId);
107 mHelper.onPopulateEventForVirtualView(ExploreByTouchHelper.INVALID_ID, event);
244 ExploreByTouchHelper delegate = mock(TestPreOLinkAccessibilityHelper.class);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java30 import android.support.v4.widget.ExploreByTouchHelper;
695 protected class MonthViewTouchHelper extends ExploreByTouchHelper {
712 if (focusedVirtualView != ExploreByTouchHelper.INVALID_ID) {
726 return ExploreByTouchHelper.INVALID_ID;
/frameworks/support/customview/src/main/java/androidx/customview/widget/
H A DExploreByTouchHelper.java47 * ExploreByTouchHelper is a utility class for implementing accessibility
89 public abstract class ExploreByTouchHelper extends AccessibilityDelegateCompat { class in inherits:AccessibilityDelegateCompat
133 public ExploreByTouchHelper(@NonNull View host) { method in class:ExploreByTouchHelper
1244 ExploreByTouchHelper.this.obtainAccessibilityNodeInfo(virtualViewId);
1250 return ExploreByTouchHelper.this.performAction(virtualViewId, action, arguments);
/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java50 import com.android.internal.widget.ExploreByTouchHelper;
1052 private class MonthViewTouchHelper extends ExploreByTouchHelper {
1068 return ExploreByTouchHelper.INVALID_ID;
H A DRadialTimePickerView.java49 import com.android.internal.widget.ExploreByTouchHelper;
1068 private class RadialPickerTouchHelper extends ExploreByTouchHelper {

Completed in 1368 milliseconds