Home
last modified time | relevance | path

Searched defs:linearDistance (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimation.java97 void setSwipeThresholds(float linearDistance, float maxDistance, float nonLinearFactor); in setSwipeThresholds()
DBackAnimationController.java341 float linearDistance, in setSwipeThresholds()
697 float linearDistance, in setSwipeThresholds()
/frameworks/base/core/java/android/window/
DBackTouchTracker.java193 float linearDistance = mLinearDistance; in getProgress() local
253 public void setProgressThresholds(float linearDistance, float maxDistance, in setProgressThresholds()
DWindowOnBackInvokedDispatcher.java359 float linearDistance = Math.min(maxDistance, mBackSwipeLinearThreshold); in onConfigurationChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java1220 float linearDistance = Math.min(maxDistance, mBackSwipeLinearThreshold); in updateBackAnimationThresholds() local