Searched refs:seamlessFallbackVisibility (Results 1 – 1 of 1) sorted by relevance
365 final int seamlessFallbackVisibility = showFallback ? View.VISIBLE : View.GONE; in bindPlayer() local366 mPlayerViewHolder.getSeamlessFallback().setVisibility(seamlessFallbackVisibility); in bindPlayer()367 expandedSet.setVisibility(seamlessFallbackId, seamlessFallbackVisibility); in bindPlayer()368 collapsedSet.setVisibility(seamlessFallbackId, seamlessFallbackVisibility); in bindPlayer()