Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationGestureHandler.java82 void onTouchInteractionEnd(int displayId, int mode); in onTouchInteractionEnd() method
144 mCallback.onTouchInteractionEnd(mDisplayId, getMode()); in onMotionEvent()
H A DMagnificationController.java132 public void onTouchInteractionEnd(int displayId, int mode) { in onTouchInteractionEnd() method in MagnificationController
/aosp12/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.java407 mMagnificationController.onTouchInteractionEnd(TEST_DISPLAY, MODE_FULLSCREEN); in onTouchInteractionEnd_fullScreenAndCapabilitiesAll_showMagnificationButton()
429 mMagnificationController.onTouchInteractionEnd(TEST_DISPLAY, MODE_WINDOW); in onTouchInteractionEnd_windowModeAndCapabilitiesAll_showMagnificationButton()
443 mMagnificationController.onTouchInteractionEnd(TEST_DISPLAY, MODE_FULLSCREEN); in onTouchInteractionChanged_notCapabilitiesAll_notShowMagnificationButton()
456 mMagnificationController.onTouchInteractionEnd(TEST_DISPLAY, MODE_FULLSCREEN); in onTouchInteractionChanged_fullscreenNotActivated_notShowMagnificationButton()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DTouchExplorer.java255 mAms.onTouchInteractionEnd(); in clear()
384 mAms.onTouchInteractionEnd(); in onDoubleTap()
771 mAms.onTouchInteractionEnd(); in handleActionUp()
949 mAms.onTouchInteractionEnd(); in handleMotionEventStateDragging()
978 mAms.onTouchInteractionEnd(); in handleMotionEventStateDelegating()
992 mAms.onTouchInteractionEnd(); in endGestureDetection()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityWindowManagerTest.java663 mA11yWindowManager.onTouchInteractionEnd(); in onTouchInteractionEnd_shouldRollbackActiveWindow()
717 mA11yWindowManager.onTouchInteractionEnd(); in onTouchInteractionEnd_noServiceInteractiveWindow_shouldClearA11yFocus()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java1398 public void onTouchInteractionEnd() { in onTouchInteractionEnd() method in AccessibilityWindowManager
H A DAccessibilityManagerService.java1356 public void onTouchInteractionEnd() { in onTouchInteractionEnd() method in AccessibilityManagerService
1357 mA11yWindowManager.onTouchInteractionEnd(); in onTouchInteractionEnd()
/aosp12/frameworks/base/services/
H A Dart-profile4084 PLcom/android/server/accessibility/AccessibilityManagerService;->onTouchInteractionEnd()V
4366 PLcom/android/server/accessibility/AccessibilityWindowManager;->onTouchInteractionEnd()V