/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | GesturesObserver.java | 62 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()
|
D | MagnificationGesturesObserver.java | 84 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()
|
D | WindowMagnificationGestureHandler.java | 559 public void onGestureCancelled(long lastDownEventTime, in onGestureCancelled() method in WindowMagnificationGestureHandler.DetectingState
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
D | MagnificationGesturesObserverTest.java | 82 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()
|
D | SimpleSwipeTest.java | 75 verify(mListener, timeout(timeoutMillis + 100)).onGestureCancelled(any(MotionEvent.class), in sendSingleDownEvent_onGestureCanceledAfterTimeout() 108 verify(mListener).onGestureCancelled(any(MotionEvent.class), in sendSingleTapEvent_onGestureCanceled()
|
D | TwoFingersDownOrSwipeTest.java | 92 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/ |
D | GesturesObserverTest.java | 78 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/ |
D | GestureOverlayView.java | 478 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/ |
D | GestureManifold.java | 315 boolean onGestureCancelled(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onGestureCancelled() method 342 mListener.onGestureCancelled(event, rawEvent, policyFlags); in onStateChanged()
|
D | TouchExplorer.java | 496 public boolean onGestureCancelled(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onGestureCancelled() method in TouchExplorer
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10329 …method public abstract void onGestureCancelled(android.gesture.GestureOverlayView, android.view.Mo…
|
/frameworks/base/core/api/ |
D | current.txt | 15375 …method public void onGestureCancelled(android.gesture.GestureOverlayView, android.view.MotionEvent…
|