Searched refs:mustStayOnScreen (Results 1 – 5 of 5) sorted by relevance
168 if (!child.mustStayOnScreen() || state.headsUpIsVisible) { in updateClipping()443 if (child.mustStayOnScreen() && childViewState.yTranslation >= 0) { in updateChild()527 if (topHeadsUpEntry == null && row.mustStayOnScreen() && !childState.headsUpIsVisible) {534 if (row.mustStayOnScreen() && !childState.headsUpIsVisible) {658 if (child.mustStayOnScreen() && !childViewState.headsUpIsVisible
682 public boolean mustStayOnScreen() { in mustStayOnScreen() method in NotificationEntry683 return row != null && row.mustStayOnScreen(); in mustStayOnScreen()
477 public boolean mustStayOnScreen() { in mustStayOnScreen() method in ExpandableView
2603 public boolean mustStayOnScreen() {
308 if (entry.mEntry.mustStayOnScreen()) { in unpinAll()