Home
last modified time | relevance | path

Searched refs:onGestureStarted (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DGestureManifoldTest.java66 when(mResultListener.onGestureStarted()).thenReturn(onGestureStarted()); in setUp()
188 private boolean onGestureStarted() { in onGestureStarted() method in GestureManifoldTest
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DGestureManifold.java298 boolean onGestureStarted(); in onGestureStarted() method
324 mListener.onGestureStarted(); in onStateChanged()
327 mListener.onGestureStarted(); in onStateChanged()
DTouchExplorer.java468 public boolean onGestureStarted() { in onGestureStarted() method in TouchExplorer
/frameworks/base/core/java/android/gesture/
DGestureOverlayView.java603 listeners.get(i).onGestureStarted(this, event); in touchDown()
792 void onGestureStarted(GestureOverlayView overlay, MotionEvent event); in onGestureStarted() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationController.java477 onGestureStarted(touchX, touchY, swipeEdge); in onMotionEvent()
491 private void onGestureStarted(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onGestureStarted() method in BackAnimationController
/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.txt10331 …method public abstract void onGestureStarted(android.gesture.GestureOverlayView, android.view.Moti…
/frameworks/base/core/api/
Dcurrent.txt15377 … method public void onGestureStarted(android.gesture.GestureOverlayView, android.view.MotionEvent);