Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaControlPanel.java369 final int seamlessVisibility = showFallback ? View.GONE : View.VISIBLE; in bindPlayer() local
370 mPlayerViewHolder.getSeamless().setVisibility(seamlessVisibility); in bindPlayer()
371 expandedSet.setVisibility(seamlessId, seamlessVisibility); in bindPlayer()
372 collapsedSet.setVisibility(seamlessId, seamlessVisibility); in bindPlayer()