Searched refs:canShowScrubbingTimeViews (Results 1 – 1 of 1) sorted by relevance
138 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