Searched refs:progressBasedDragMinScale (Results 1 – 2 of 2) sorted by relevance
143 val positionScaleRange = config.progressBasedDragMaxScale - config.progressBasedDragMinScale in scaleOnDragTexture()147 positionScaleRange * sliderProgressInterpolated + config.progressBasedDragMinScale in scaleOnDragTexture()
29 @FloatRange(from = 0.0, to = 1.0) val progressBasedDragMinScale: Float = 0f, constant in com.android.systemui.haptics.slider.SliderHapticFeedbackConfig