Searched refs:onBackGestureProgress (Results 1 – 2 of 2) sorted by relevance
215 mGestureCallback.onBackGestureProgress(ev.getX() - mDownPoint.x, in onMotionEvent()253 default void onBackGestureProgress(float diffx, float diffy, boolean isLeftGesture) {} in onBackGestureProgress() method
176 public void onBackGestureProgress(float diffx, float diffy, boolean isLeftGesture) { in onBackGestureProgress() method in BackGestureTutorialController