Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/
DMediaControlViewModel.kt138 canShowTime = canShowScrubbingTimeViews(model.semanticActionButtons), in <lambda>()
287 val isScrubbingTimeEnabled = canShowScrubbingTimeViews(mediaButton) in <lambda>()
308 canShowScrubbingTimeViews: Boolean in <lambda>()
312 val shouldHideWhenScrubbing = canShowScrubbingTimeViews && hideWhenScrubbing in <lambda>()
381 private fun canShowScrubbingTimeViews(semanticActions: MediaButton?): Boolean { in <lambda>() method