Searched refs:shouldStopDetection (Results 1 – 3 of 3) sorted by relevance
56 boolean shouldStopDetection(MotionEvent motionEvent); in shouldStopDetection() method115 if (mCallback.shouldStopDetection(event)) { in onMotionEvent()
489 public boolean shouldStopDetection(MotionEvent motionEvent) { in shouldStopDetection() method in WindowMagnificationGestureHandler.DetectingState
89 when(mCallback.shouldStopDetection(any(MotionEvent.class))).thenReturn(true); in onActionDown_shouldNotDetection_onGestureCanceled()