Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaViewControllerTest.kt421 mediaViewController.canShowScrubbingTime = true in <lambda>()
441 mediaViewController.canShowScrubbingTime = false in <lambda>()
506 mediaViewController.canShowScrubbingTime = true in <lambda>()
532 mediaViewController.canShowScrubbingTime = true in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt174 var canShowScrubbingTime: Boolean = false in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaViewController
745 val isTimeVisible = canShowScrubbingTime && isScrubbing in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/binder/
DMediaControlViewBinder.kt544 viewController.canShowScrubbingTime = viewModel.canShowTime in <lambda>()