Searched refs:mTouchExplorer (Results 1 – 2 of 2) sorted by relevance
105 private TouchExplorer mTouchExplorer; field in TouchExplorerTest156 mTouchExplorer.setNext(mCaptor); in setUp()297 mTouchExplorer.onAccessibilityEvent(a11yExitEvent); in testFlickCrossViews_clearStateAndExpectedEvents()305 mTouchExplorer.onAccessibilityEvent(a11yExitEvent); in testFlickCrossViews_clearStateAndExpectedEvents()389 mTouchExplorer.setMultiFingerGesturesEnabled(true); in testCanceledGesture_shouldDoNothing()390 mTouchExplorer.setTwoFingerPassthroughEnabled(true); in testCanceledGesture_shouldDoNothing()417 mTouchExplorer.setMultiFingerGesturesEnabled(false); in testCanceledGesture_shouldDoNothing()439 mTouchExplorer.setMultiFingerGesturesEnabled(true); in passInGesture()440 mTouchExplorer.setSendMotionEventsEnabled(true); in passInGesture()488 mTouchExplorer.onDestroy(); in goFromStateClearTo()[all …]
162 private final SparseArray<TouchExplorer> mTouchExplorer = new SparseArray<>(0); field in AccessibilityInputFilter485 mTouchExplorer.put(displayId, explorer); in enableFeaturesForDisplay()562 final TouchExplorer explorer = mTouchExplorer.get(displayId); in disableFeaturesForDisplay()565 mTouchExplorer.remove(displayId); in disableFeaturesForDisplay()884 if (region != null && mTouchExplorer.contains(displayId)) { in setGestureDetectionPassthroughRegion()885 mTouchExplorer.get(displayId).setGestureDetectionPassthroughRegion(region); in setGestureDetectionPassthroughRegion()890 if (region != null && mTouchExplorer.contains(displayId)) { in setTouchExplorationPassthroughRegion()891 mTouchExplorer.get(displayId).setTouchExplorationPassthroughRegion(region); in setTouchExplorationPassthroughRegion()