Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java230 private float mBackSwipeLinearThreshold; field in EdgeBackGestureHandler
522 mBackSwipeLinearThreshold = res.getDimension( in updateCurrentUserResources()
1202 float linearDistance = Math.min(maxDistance, mBackSwipeLinearThreshold); in updateBackAnimationThresholds()