Searched refs:isLeftGesture (Results 1 – 2 of 2) sorted by relevance
176 public void onBackGestureProgress(float diffx, float diffy, boolean isLeftGesture) { in onBackGestureProgress() argument191 mExitingAppView.setPivotX(isLeftGesture ? mScreenWidth : 0); in onBackGestureProgress()203 * (isLeftGesture ? -1 : 1)); in onBackGestureProgress()
253 default void onBackGestureProgress(float diffx, float diffy, boolean isLeftGesture) {} in onBackGestureProgress() argument