Home
last modified time | relevance | path

Searched refs:onGestureCancelled (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DGesturesObserver.java62 void onGestureCancelled(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onGestureCancelled() method
92 mListener.onGestureCancelled(event, rawEvent, policyFlags); in onMotionEvent()
140 mListener.onGestureCancelled(event, rawEvent, policyFlags); in onStateChanged()
DMagnificationGesturesObserver.java84 void onGestureCancelled(long lastDownEventTime, in onGestureCancelled() method
140 public void onGestureCancelled(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onGestureCancelled() method in MagnificationGesturesObserver
150 mCallback.onGestureCancelled(mLastDownEventTime, delayEventQueue, in notifyDetectionCancel()
DWindowMagnificationGestureHandler.java559 public void onGestureCancelled(long lastDownEventTime, in onGestureCancelled() method in WindowMagnificationGestureHandler.DetectingState
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DMagnificationGesturesObserverTest.java82 verify(mCallback).onGestureCancelled(eq(0L), in onActionMove_onGestureCanceled()
95 verify(mCallback).onGestureCancelled(eq(0L), in onActionDown_shouldNotDetection_onGestureCanceled()
109 verify(mCallback, timeout(timeoutMillis)).onGestureCancelled(eq(downEvent.getDownTime()), in onMotionEvent_unrecognizedEvents_onDetectionCanceledAfterTimeout()
DSimpleSwipeTest.java75 verify(mListener, timeout(timeoutMillis + 100)).onGestureCancelled(any(MotionEvent.class), in sendSingleDownEvent_onGestureCanceledAfterTimeout()
108 verify(mListener).onGestureCancelled(any(MotionEvent.class), in sendSingleTapEvent_onGestureCanceled()
DTwoFingersDownOrSwipeTest.java92 verify(mListener, timeout(sTimeoutMillis)).onGestureCancelled(any(MotionEvent.class), in sendSingleDownEvent_GestureCanceledAfterTimeout()
138 verify(mListener, after(ViewConfiguration.getDoubleTapTimeout())).onGestureCancelled( in sendSingleTapEvent_onGestureCancelled()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DGesturesObserverTest.java78 verify(mListener).onGestureCancelled(any(MotionEvent.class), any(MotionEvent.class), eq(0)); in onActionMove_onGestureCancelled()
91 verify(mListener, timeout(GestureMatcherStub.TIMEOUT_MILLIS + 100)).onGestureCancelled( in onMotionEvent_unrecognizedEvents_onGestureCancelledAfterTimeout()
/frameworks/base/core/java/android/gesture/
DGestureOverlayView.java478 listeners.get(i).onGestureCancelled(this, event); in cancelGesture()
727 listeners.get(i).onGestureCancelled(this, event); in cancelGesture()
798 void onGestureCancelled(GestureOverlayView overlay, MotionEvent event); in onGestureCancelled() method
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DGestureManifold.java315 boolean onGestureCancelled(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onGestureCancelled() method
342 mListener.onGestureCancelled(event, rawEvent, policyFlags); in onStateChanged()
DTouchExplorer.java496 public boolean onGestureCancelled(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onGestureCancelled() method in TouchExplorer
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10329 …method public abstract void onGestureCancelled(android.gesture.GestureOverlayView, android.view.Mo…
/frameworks/base/core/api/
Dcurrent.txt15375 …method public void onGestureCancelled(android.gesture.GestureOverlayView, android.view.MotionEvent…