Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java515 mTouchExplorer.put(displayId, explorer); in enableFeaturesForDisplay()
608 mTouchExplorer.remove(displayId); in disableFeaturesForDisplay()
978 if (mTouchExplorer.contains(displayId)) { in setServiceDetectsGesturesEnabled()
989 if (mTouchExplorer.contains(displayId)) { in requestTouchExploration()
995 if (mTouchExplorer.contains(displayId)) { in requestDragging()
1001 if (mTouchExplorer.contains(displayId)) { in requestDelegating()
1002 mTouchExplorer.get(displayId).requestDelegating(); in requestDelegating()
1007 if (mTouchExplorer.contains(displayId)) { in onDoubleTap()
1008 mTouchExplorer.get(displayId).onDoubleTap(); in onDoubleTap()
1013 if (mTouchExplorer.contains(displayId)) { in onDoubleTapAndHold()
[all …]
/aosp14/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 …]