Home
last modified time | relevance | path

Searched refs:targetBoxMaxX (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/
DSeekBarViewModel.kt499 val targetBoxMaxX = (Math.round(thumbX) + halfHeight).toInt() in onDown() constant
503 shouldGoToSeekBar = x >= targetBoxMinX && x <= targetBoxMaxX in onDown()