Home
last modified time | relevance | path

Searched refs:mTouchExplorer (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
H A DTouchExplorerTest.java105 private TouchExplorer mTouchExplorer; field in TouchExplorerTest
156 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 …]
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java162 private final SparseArray<TouchExplorer> mTouchExplorer = new SparseArray<>(0); field in AccessibilityInputFilter
485 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()