Searched refs:RUBBERBAND_FACTOR_STATIC (Results 1 – 2 of 2) sorted by relevance
42 private static final float RUBBERBAND_FACTOR_STATIC = 0.15f; field in DragDownHelper181 : RUBBERBAND_FACTOR_STATIC; in handleExpansion()187 overshoot *= (1 - RUBBERBAND_FACTOR_STATIC); in handleExpansion()
64 private val RUBBERBAND_FACTOR_STATIC = 0.25f in <lambda>() constant250 setEmptyDragAmount(emptyDragAmount * RUBBERBAND_FACTOR_STATIC) in <lambda>()