Searched refs:mustStayOnScreen (Results 1 – 5 of 5) sorted by relevance
168 if (!child.mustStayOnScreen() || state.headsUpIsVisible) { in updateClipping()441 if (child.mustStayOnScreen() && childViewState.yTranslation >= 0) { in updateChild()524 if (topHeadsUpEntry == null && row.mustStayOnScreen() && !childState.headsUpIsVisible) {531 if (row.mustStayOnScreen() && !childState.headsUpIsVisible656 if (child.mustStayOnScreen() && !childViewState.headsUpIsVisible
612 public boolean mustStayOnScreen() { in mustStayOnScreen() method in NotificationEntry613 return row != null && row.mustStayOnScreen(); in mustStayOnScreen()
461 public boolean mustStayOnScreen() { in mustStayOnScreen() method in ExpandableView
2578 public boolean mustStayOnScreen() {
308 if (entry.mEntry.mustStayOnScreen()) { in unpinAll()