Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanelController.kt504 GestureState.ENTRY -> staticThresholdProgress(xTranslation) in <lambda>()
575 private fun staticThresholdProgress(xTranslation: Float): Float { in <lambda>() method
1067 val preProgress = staticThresholdProgress(previousXTranslation) * 100 in <lambda>()