Searched refs:setLastVisibleChild (Results 1 – 2 of 2) sorted by relevance
206 highPrioritySection.setLastVisibleChild(lastHighPriorityChild); in updateFirstAndLastViewsInSections()208 lowPrioritySection.setLastVisibleChild(lastChild); in updateFirstAndLastViewsInSections()211 highPrioritySection.setLastVisibleChild(lastChild); in updateFirstAndLastViewsInSections()213 lowPrioritySection.setLastVisibleChild(null); in updateFirstAndLastViewsInSections()216 highPrioritySection.setLastVisibleChild(null); in updateFirstAndLastViewsInSections()218 lowPrioritySection.setLastVisibleChild(lastChild); in updateFirstAndLastViewsInSections()224 highPrioritySection.setLastVisibleChild(lastChild); in updateFirstAndLastViewsInSections()
206 public void setLastVisibleChild(ActivatableNotificationView child) { in setLastVisibleChild() method in NotificationSection