Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/animation/
DColorSchemeTransition.kt187 for (button in mediaViewHolder.getTransparentActionButtons()) { in textPrimary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DMediaViewHolder.kt94 fun getTransparentActionButtons(): List<ImageButton> { in getTransparentActionButtons() method