Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/
H A DSeekBarViewModel.kt478 val thumbX = regex
487 val targetBoxMinX = (Math.round(thumbX) - halfHeight).toInt()
488 val targetBoxMaxX = (Math.round(thumbX) + halfHeight).toInt()