Searched refs:deltaProgressForDragThreshold (Results 1 – 3 of 3) sorted by relevance
37 @FloatRange(from = 0.0, to = 1.0) val deltaProgressForDragThreshold: Float = 0.015f, constant in com.android.systemui.haptics.slider.SliderHapticFeedbackConfig
110 if (deltaProgress < config.deltaProgressForDragThreshold) return in vibrateDragTexture()
177 firstProgress + max(0f, config.deltaProgressForDragThreshold - 0.01f) in playHapticAtProgress_beforeNextDragThreshold_playsLowTicksOnce()201 val secondProgress = firstProgress + config.deltaProgressForDragThreshold + 0.01f in playHapticAtProgress_afterNextDragThreshold_playsLowTicksTwice()