Searched refs:ExploreByTouchHelper (Results 1 – 7 of 7) sorted by relevance
27 import androidx.customview.widget.ExploreByTouchHelper;141 return delegate instanceof ExploreByTouchHelper in dispatchHoverEvent()142 && ((ExploreByTouchHelper) delegate).dispatchHoverEvent(event); in dispatchHoverEvent()146 static class PreOLinkAccessibilityHelper extends ExploreByTouchHelper {168 return ExploreByTouchHelper.INVALID_ID; in getVirtualViewAt()
48 public abstract class ExploreByTouchHelper extends View.AccessibilityDelegate { class96 public ExploreByTouchHelper(View forView) { in ExploreByTouchHelper() method in ExploreByTouchHelper819 return ExploreByTouchHelper.this.createNode(virtualViewId); in createAccessibilityNodeInfo()824 return ExploreByTouchHelper.this.performAction(virtualViewId, action, arguments); in performAction()
1404 private final class PatternExploreByTouchHelper extends ExploreByTouchHelper {1490 if (virtualViewId != ExploreByTouchHelper.INVALID_ID) {1568 return ExploreByTouchHelper.INVALID_ID;1572 return ExploreByTouchHelper.INVALID_ID;1576 int view = dotAvailable ? dotId : ExploreByTouchHelper.INVALID_ID;
31 import androidx.customview.widget.ExploreByTouchHelper;74 "Virtual view ID should be INVALID_ID", ExploreByTouchHelper.INVALID_ID, virtualViewId); in testGetVirtualViewAtHost()103 mHelper.onPopulateEventForVirtualView(ExploreByTouchHelper.INVALID_ID, event); in testOnPopulateEventForVirtualViewHost()
30 import androidx.customview.widget.ExploreByTouchHelper;695 protected class MonthViewTouchHelper extends ExploreByTouchHelper {712 if (focusedVirtualView != ExploreByTouchHelper.INVALID_ID) { in clearFocusedVirtualView()726 return ExploreByTouchHelper.INVALID_ID; in getVirtualViewAt()
50 import com.android.internal.widget.ExploreByTouchHelper;1052 private class MonthViewTouchHelper extends ExploreByTouchHelper {1068 return ExploreByTouchHelper.INVALID_ID; in getVirtualViewAt()
49 import com.android.internal.widget.ExploreByTouchHelper;1070 private class RadialPickerTouchHelper extends ExploreByTouchHelper {