Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/
DMediaControlViewModel.kt311 val hideWhenScrubbing = SEMANTIC_ACTIONS_HIDE_WHEN_SCRUBBING.contains(buttonId) in <lambda>() constant
312 val shouldHideWhenScrubbing = canShowScrubbingTimeViews && hideWhenScrubbing in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java1351 boolean hideWhenScrubbing = SEMANTIC_ACTIONS_HIDE_WHEN_SCRUBBING.contains(buttonId); in setSemanticButtonVisibleAndAlpha()
1353 scrubbingTimeViewsEnabled(semanticActions) && hideWhenScrubbing && mIsScrubbing; in setSemanticButtonVisibleAndAlpha()