Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaControlPanel.java362 final int seamlessId = mPlayerViewHolder.getSeamless().getId(); in bindPlayer() local
371 expandedSet.setVisibility(seamlessId, seamlessVisibility); in bindPlayer()
372 collapsedSet.setVisibility(seamlessId, seamlessVisibility); in bindPlayer()
374 expandedSet.setAlpha(seamlessId, seamlessAlpha); in bindPlayer()
375 collapsedSet.setAlpha(seamlessId, seamlessAlpha); in bindPlayer()