Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgePanelParams.kt94 var swipeProgressThreshold: Float = 0f variable in com.android.systemui.navigationbar.gestural.EdgePanelParams
155 swipeProgressThreshold = getDimen(R.dimen.navigation_edge_action_progress_threshold) in update()
DBackPanelController.kt732 fullyStretchedThreshold = min(displaySize.x.toFloat(), params.swipeProgressThreshold) in <lambda>()