Searched refs:jumpThreshold (Results 1 – 3 of 3) sorted by relevance
34 @FloatRange(from = 0.0, to = 1.0) val jumpThreshold: Float = 0.02f, constant in com.android.systemui.haptics.slider.SeekableSliderTrackerConfig
213 return delta > config.jumpThreshold - epsilon in deltaProgressIsAboveThreshold()
138 progress += (config.jumpThreshold - 0.01f) in <lambda>()163 progress += (config.jumpThreshold + 0.01f) in <lambda>()