Searched refs:RUBBERBAND_FACTOR_STATIC (Results 1 – 2 of 2) sorted by relevance
43 private static final float RUBBERBAND_FACTOR_STATIC = 0.15f; field in DragDownHelper177 : RUBBERBAND_FACTOR_STATIC; in handleExpansion()183 overshoot *= (1 - RUBBERBAND_FACTOR_STATIC); in handleExpansion()
53 private val RUBBERBAND_FACTOR_STATIC = 0.25f in <lambda>() constant181 setEmptyDragAmount(emptyDragAmount * RUBBERBAND_FACTOR_STATIC) in <lambda>()