Home
last modified time | relevance | path

Searched refs:onTouchInteractionEnd (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DMagnificationGestureHandlerTest.java104 verify(mCallback).onTouchInteractionEnd(eq(DISPLAY_0), eq(mMgh.getMode())); in onMotionEvent_upEvent_handleInteractionEnd()
118 verify(mCallback).onTouchInteractionEnd(eq(DISPLAY_0), eq(mMgh.getMode())); in onMotionEvent_cancelEvent_handleInteractionEnd()
H A DMagnificationControllerTest.java999 mMagnificationController.onTouchInteractionEnd(TEST_DISPLAY, MODE_FULLSCREEN); in onTouchInteractionEnd_fullScreenAndCapabilitiesAll_showMagnificationButton()
1034 mMagnificationController.onTouchInteractionEnd(TEST_DISPLAY, MODE_WINDOW); in onTouchInteractionEnd_windowModeAndCapabilitiesAll_showMagnificationButton()
1054 mMagnificationController.onTouchInteractionEnd(TEST_DISPLAY, MODE_FULLSCREEN); in onTouchInteractionChanged_notCapabilitiesAll_notShowMagnificationButton()
1072 mMagnificationController.onTouchInteractionEnd(TEST_DISPLAY, MODE_FULLSCREEN); in onTouchInteractionChanged_fullscreenNotActivated_notShowMagnificationButton()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationGestureHandler.java82 void onTouchInteractionEnd(int displayId, int mode); in onTouchInteractionEnd() method
125 mCallback.onTouchInteractionEnd(mDisplayId, getMode()); in onMotionEvent()
H A DMagnificationController.java201 public void onTouchInteractionEnd(int displayId, int mode) { in onTouchInteractionEnd() method in MagnificationController
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DTouchExplorer.java261 mAms.onTouchInteractionEnd(); in clear()
394 mAms.onTouchInteractionEnd(); in onDoubleTap()
831 mAms.onTouchInteractionEnd(); in handleActionUp()
1024 mAms.onTouchInteractionEnd(); in handleMotionEventStateDragging()
1053 mAms.onTouchInteractionEnd(); in handleMotionEventStateDelegating()
1067 mAms.onTouchInteractionEnd(); in endGestureDetection()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityWindowManagerTest.java727 mA11yWindowManager.onTouchInteractionEnd(); in onTouchInteractionEnd_shouldRollbackActiveWindow()
783 mA11yWindowManager.onTouchInteractionEnd(); in onTouchInteractionEnd_noServiceInteractiveWindow_shouldClearA11yFocus()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java1630 public void onTouchInteractionEnd() { in onTouchInteractionEnd() method in AccessibilityWindowManager
H A DAccessibilityManagerService.java1790 public void onTouchInteractionEnd() { in onTouchInteractionEnd() method in AccessibilityManagerService
1791 mA11yWindowManager.onTouchInteractionEnd(); in onTouchInteractionEnd()