Searched refs:seamlessFallbackVisibility (Results 1 – 1 of 1) sorted by relevance
263 final int seamlessFallbackVisibility = showFallback ? View.VISIBLE : View.GONE; in bind() local264 mViewHolder.getSeamlessFallback().setVisibility(seamlessFallbackVisibility); in bind()265 expandedSet.setVisibility(seamlessFallbackId, seamlessFallbackVisibility); in bind()266 collapsedSet.setVisibility(seamlessFallbackId, seamlessFallbackVisibility); in bind()