Searched refs:headsUpIsVisible (Results 1 – 4 of 4) sorted by relevance
453 expandableViewState.headsUpIsVisible = false462 assertTrue(expandableViewState.headsUpIsVisible)468 expandableViewState.headsUpIsVisible = true477 assertFalse(expandableViewState.headsUpIsVisible)483 expandableViewState.headsUpIsVisible = true492 assertTrue(expandableViewState.headsUpIsVisible)498 expandableViewState.headsUpIsVisible = true507 assertTrue(expandableViewState.headsUpIsVisible)513 expandableViewState.headsUpIsVisible = true522 assertTrue(expandableViewState.headsUpIsVisible)[all …]
99 public boolean headsUpIsVisible; field in ExpandableViewState136 headsUpIsVisible = svs.headsUpIsVisible; in copyFrom()180 if (headsUpIsVisible) { in applyToView()236 if (headsUpIsVisible) { in animateTo()
304 if (!child.mustStayOnScreen() || state.headsUpIsVisible) { in updateClipping()523 viewState.headsUpIsVisible = viewEnd < hunMax; in maybeUpdateHeadsUpIsVisible()642 viewState.headsUpIsVisible = false; in updateViewWithShelf()762 if (topHeadsUpEntry == null && row.mustStayOnScreen() && !childState.headsUpIsVisible) { in updateHeadsUpStates()770 childState.headsUpIsVisible, row.showingPulsing(), in updateHeadsUpStates()820 boolean shouldHunBeVisibleWhenScrolled(boolean mustStayOnScreen, boolean headsUpIsVisible, in shouldHunBeVisibleWhenScrolled() argument822 return mustStayOnScreen && !headsUpIsVisible in shouldHunBeVisibleWhenScrolled()941 if (child.mustStayOnScreen() && !childViewState.headsUpIsVisible in updateChildZValue()
647 mViewState.headsUpIsVisible = false; in resetViewState()