Searched refs:mustStayOnScreen (Results 1 – 6 of 6) sorted by relevance
344 if (!child.mustStayOnScreen() || state.headsUpIsVisible) { in updateClipping()597 boolean mustStayOnScreen, in maybeUpdateHeadsUpIsVisible() argument601 if (isShadeExpanded && mustStayOnScreen && topVisible) { in maybeUpdateHeadsUpIsVisible()646 view.mustStayOnScreen(),859 if (topHeadsUpEntry == null && row.mustStayOnScreen() && !childState.headsUpIsVisible) { in updateHeadsUpStates()866 if (shouldHunBeVisibleWhenScrolled(row.mustStayOnScreen(), in updateHeadsUpStates()961 boolean shouldHunBeVisibleWhenScrolled(boolean mustStayOnScreen, boolean headsUpIsVisible, in shouldHunBeVisibleWhenScrolled() argument963 return mustStayOnScreen && !headsUpIsVisible in shouldHunBeVisibleWhenScrolled()1081 if (child.mustStayOnScreen() && !childViewState.headsUpIsVisible in updateChildZValue()
692 public boolean mustStayOnScreen() { in mustStayOnScreen() method in NotificationEntry693 return row != null && row.mustStayOnScreen(); in mustStayOnScreen()
176 whenever(notificationRow.mustStayOnScreen()).thenReturn(true) in <lambda>()194 whenever(notificationRow.mustStayOnScreen()).thenReturn(true) in <lambda>()1168 whenever(this.mustStayOnScreen()).thenReturn(true) in <lambda>()
523 public boolean mustStayOnScreen() { in mustStayOnScreen() method in ExpandableView
3003 public boolean mustStayOnScreen() {
613 if (headsUpEntry.mEntry.mustStayOnScreen()) { in unpinAll()