Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/
DSeekBarViewModel.kt489 val thumbX = in onDown() constant
498 val targetBoxMinX = (Math.round(thumbX) - halfHeight).toInt() in onDown()
499 val targetBoxMaxX = (Math.round(thumbX) + halfHeight).toInt() in onDown()