Home
last modified time | relevance | path

Searched refs:diffx (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DBackGestureTutorialController.java176 public void onBackGestureProgress(float diffx, float diffy, boolean isLeftGesture) { in onBackGestureProgress() argument
181 float normalizedSwipeProgress = Math.abs(diffx / mScreenWidth); in onBackGestureProgress()
DEdgeBackGestureHandler.java253 default void onBackGestureProgress(float diffx, float diffy, boolean isLeftGesture) {} in onBackGestureProgress() argument