Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanelController.kt259 private var fullyStretchedThreshold = 0f in <lambda>() variable
567 val progress = (xTranslation - previousXTranslationOnActiveOffset) / fullyStretchedThreshold in <lambda>()
732 fullyStretchedThreshold = min(displaySize.x.toFloat(), params.swipeProgressThreshold) in <lambda>()