Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java146 boolean hasCustomClock, boolean hasVisibleNotifs, float dark, float emptyDragAmount, in setup() argument
158 mEmptyDragAmount = emptyDragAmount; in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt249 val emptyDragAmount = wakeUpCoordinator.setPulseHeight(expansionHeight) in <lambda>() constant
250 setEmptyDragAmount(emptyDragAmount * RUBBERBAND_FACTOR_STATIC) in <lambda>()