Searched refs:onGestureStarted (Results 1 – 8 of 8) sorted by relevance
66 when(mResultListener.onGestureStarted()).thenReturn(onGestureStarted()); in setUp()188 private boolean onGestureStarted() { in onGestureStarted() method in GestureManifoldTest
298 boolean onGestureStarted(); in onGestureStarted() method324 mListener.onGestureStarted(); in onStateChanged()327 mListener.onGestureStarted(); in onStateChanged()
468 public boolean onGestureStarted() { in onGestureStarted() method in TouchExplorer
603 listeners.get(i).onGestureStarted(this, event); in touchDown()792 void onGestureStarted(GestureOverlayView overlay, MotionEvent event); in onGestureStarted() method
477 onGestureStarted(touchX, touchY, swipeEdge); in onMotionEvent()491 private void onGestureStarted(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onGestureStarted() method in BackAnimationController
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
10331 …method public abstract void onGestureStarted(android.gesture.GestureOverlayView, android.view.Moti…
15377 … method public void onGestureStarted(android.gesture.GestureOverlayView, android.view.MotionEvent);