Searched refs:hideWhenScrubbing (Results 1 – 2 of 2) sorted by relevance
311 val hideWhenScrubbing = SEMANTIC_ACTIONS_HIDE_WHEN_SCRUBBING.contains(buttonId) in <lambda>() constant312 val shouldHideWhenScrubbing = canShowScrubbingTimeViews && hideWhenScrubbing in <lambda>()
1351 boolean hideWhenScrubbing = SEMANTIC_ACTIONS_HIDE_WHEN_SCRUBBING.contains(buttonId); in setSemanticButtonVisibleAndAlpha()1353 scrubbingTimeViewsEnabled(semanticActions) && hideWhenScrubbing && mIsScrubbing; in setSemanticButtonVisibleAndAlpha()