Home
last modified time | relevance | path

Searched refs:shouldStopDetection (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationGesturesObserver.java56 boolean shouldStopDetection(MotionEvent motionEvent); in shouldStopDetection() method
115 if (mCallback.shouldStopDetection(event)) { in onMotionEvent()
H A DWindowMagnificationGestureHandler.java489 public boolean shouldStopDetection(MotionEvent motionEvent) { in shouldStopDetection() method in WindowMagnificationGestureHandler.DetectingState
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DMagnificationGesturesObserverTest.java89 when(mCallback.shouldStopDetection(any(MotionEvent.class))).thenReturn(true); in onActionDown_shouldNotDetection_onGestureCanceled()