Searched refs:lowerBookendThreshold (Results 1 – 3 of 3) sorted by relevance
35 @FloatRange(from = 0.0, to = 1.0) val lowerBookendThreshold: Float = 0.05f, constant in com.android.systemui.haptics.slider.SeekableSliderTrackerConfig
218 currentProgress <= config.lowerBookendThreshold in bookendReached()
209 progress = (config.lowerBookendThreshold - 0.01f) in <lambda>()375 val progress = config.lowerBookendThreshold - 0.01f in progressChangeByUser_onHandleDragging_reachesLowerBookend_movesToHandleReachedBookend()439 val progress = config.lowerBookendThreshold + 0.01f in progressChangeByUser_outsideOfBookendRange_onLowerBookend_movesToDragHandleDragging()459 val progress = config.lowerBookendThreshold - 0.01f in <lambda>()570 val progress = config.lowerBookendThreshold - 0.01f in onStartedTrackingProgram_atLowerBookend_onIdle_movesToIdle()692 val progress = config.lowerBookendThreshold - 0.01f in <lambda>()