Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuAnimationController.java56 private static final float FLING_FRICTION_SCALAR = 1.9f; field in MenuAnimationController
205 (finalPositionX - x) * (FLING_FRICTION_SCALAR * DEFAULT_FRICTION); in flingMenuThenSpringToEdge()
213 FLING_FRICTION_SCALAR, in flingMenuThenSpringToEdge()
219 FLING_FRICTION_SCALAR, in flingMenuThenSpringToEdge()
344 FLING_FRICTION_SCALAR, in moveToEdgeAndHide()