Searched refs:canShowTime (Results 1 – 3 of 3) sorted by relevance
35 val canShowTime: Boolean, constant in com.android.systemui.media.controls.ui.viewmodel.MediaPlayerViewModel
138 canShowTime = canShowScrubbingTimeViews(model.semanticActionButtons), in <lambda>()
543 val visible = viewModel.canShowTime && viewController.isScrubbing in <lambda>()544 viewController.canShowScrubbingTime = viewModel.canShowTime in <lambda>()