Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DMagnificationGestureHandlerTest.java105 verify(mCallback).onTouchInteractionEnd(eq(DISPLAY_0), eq(mMgh.getMode())); in onMotionEvent_upEvent_handleInteractionEnd()
119 verify(mCallback).onTouchInteractionEnd(eq(DISPLAY_0), eq(mMgh.getMode())); in onMotionEvent_cancelEvent_handleInteractionEnd()
DMagnificationControllerTest.java1027 mMagnificationController.onTouchInteractionEnd(TEST_DISPLAY, MODE_FULLSCREEN); in onTouchInteractionEnd_fullScreenAndCapabilitiesAll_showMagnificationButton()
1062 mMagnificationController.onTouchInteractionEnd(TEST_DISPLAY, MODE_WINDOW); in onTouchInteractionEnd_windowModeAndCapabilitiesAll_showMagnificationButton()
1082 mMagnificationController.onTouchInteractionEnd(TEST_DISPLAY, MODE_FULLSCREEN); in onTouchInteractionChanged_notCapabilitiesAll_notShowMagnificationButton()
1100 mMagnificationController.onTouchInteractionEnd(TEST_DISPLAY, MODE_FULLSCREEN); in onTouchInteractionChanged_fullscreenNotActivated_notShowMagnificationButton()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMagnificationGestureHandler.java90 void onTouchInteractionEnd(int displayId, int mode); in onTouchInteractionEnd() method
137 mCallback.onTouchInteractionEnd(mDisplayId, getMode()); in onMotionEvent()
DMagnificationController.java202 public void onTouchInteractionEnd(int displayId, int mode) { in onTouchInteractionEnd() method in MagnificationController
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchExplorer.java262 mAms.onTouchInteractionEnd(); in clear()
413 mAms.onTouchInteractionEnd(); in onDoubleTap()
850 mAms.onTouchInteractionEnd(); in handleActionUp()
1055 mAms.onTouchInteractionEnd(); in handleMotionEventStateDragging()
1084 mAms.onTouchInteractionEnd(); in handleMotionEventStateDelegating()
1098 mAms.onTouchInteractionEnd(); in endGestureDetection()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerTest.java747 mA11yWindowManager.onTouchInteractionEnd(); in onTouchInteractionEnd_shouldRollbackActiveWindow()
803 mA11yWindowManager.onTouchInteractionEnd(); in onTouchInteractionEnd_noServiceInteractiveWindow_shouldClearA11yFocus()
DAccessibilityWindowManagerWithAccessibilityWindowTest.java908 mA11yWindowManager.onTouchInteractionEnd(); in onTouchInteractionEnd_shouldRollbackActiveWindow()
965 mA11yWindowManager.onTouchInteractionEnd(); in onTouchInteractionEnd_noServiceInteractiveWindow_shouldClearA11yFocus()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java1795 public void onTouchInteractionEnd() { in onTouchInteractionEnd() method in AccessibilityWindowManager
DAccessibilityManagerService.java1945 public void onTouchInteractionEnd() { in onTouchInteractionEnd() method in AccessibilityManagerService
1946 mA11yWindowManager.onTouchInteractionEnd(); in onTouchInteractionEnd()