Searched refs:diffx (Results 1 – 2 of 2) sorted by relevance
176 public void onBackGestureProgress(float diffx, float diffy, boolean isLeftGesture) { in onBackGestureProgress() argument181 float normalizedSwipeProgress = Math.abs(diffx / mScreenWidth); in onBackGestureProgress()
253 default void onBackGestureProgress(float diffx, float diffy, boolean isLeftGesture) {} in onBackGestureProgress() argument