Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java42 private static final float RUBBERBAND_FACTOR_STATIC = 0.15f; field in DragDownHelper
181 : RUBBERBAND_FACTOR_STATIC; in handleExpansion()
187 overshoot *= (1 - RUBBERBAND_FACTOR_STATIC); in handleExpansion()
DPulseExpansionHandler.kt64 private val RUBBERBAND_FACTOR_STATIC = 0.25f in <lambda>() constant
250 setEmptyDragAmount(emptyDragAmount * RUBBERBAND_FACTOR_STATIC) in <lambda>()