Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeScrimTransitionController.kt38 var scrimProgress = 0f variable
63 scrimProgress = MathUtils.saturate(dragDownAmount / scrimTransitionDistance) in onDragDownAmountChanged()
67 scrimController.setTransitionToFullShadeProgress(scrimProgress, notificationsScrimProgress) in onDragDownAmountChanged()
84 it.println("scrimProgress: $scrimProgress") in dump()