Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DWindowOnBackInvokedDispatcher.java106 private float mBackSwipeLinearThreshold; field in WindowOnBackInvokedDispatcher
348 mBackSwipeLinearThreshold = in updateContext()
359 float linearDistance = Math.min(maxDistance, mBackSwipeLinearThreshold); in onConfigurationChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java238 private float mBackSwipeLinearThreshold; field in EdgeBackGestureHandler
535 mBackSwipeLinearThreshold = res.getDimension( in updateCurrentUserResources()
1220 float linearDistance = Math.min(maxDistance, mBackSwipeLinearThreshold); in updateBackAnimationThresholds()