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