Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanelController.kt968 mView.popScale(POP_ON_FLING_VELOCITY) in <lambda>()
989 mView.popScale(POP_ON_COMMITTED_VELOCITY) in <lambda>()
DBackPanel.kt375 fun popScale(startingVelocity: Float) { in popScale() method