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.java43 private static final float RUBBERBAND_FACTOR_STATIC = 0.15f; field in DragDownHelper
177 : RUBBERBAND_FACTOR_STATIC; in handleExpansion()
183 overshoot *= (1 - RUBBERBAND_FACTOR_STATIC); in handleExpansion()
DPulseExpansionHandler.kt53 private val RUBBERBAND_FACTOR_STATIC = 0.25f in <lambda>() constant
181 setEmptyDragAmount(emptyDragAmount * RUBBERBAND_FACTOR_STATIC) in <lambda>()