Searched refs:isTopBucket (Results 1 – 5 of 5) sorted by relevance
136 if (!row.getEntry().isTopBucket()) { in updateSectionBoundaries()251 if (!row.getEntry().isTopBucket()) { in getLastHighPriorityChild()
5783 beforeSpeedBump = row.getEntry().isTopBucket();5841 return row.getEntry().isTopBucket();5843 return !row.getEntry().isTopBucket();
230 public boolean isTopBucket() { in isTopBucket() method in NotificationEntry233 public void setIsTopBucket(boolean isTopBucket) { in setIsTopBucket() argument234 mIsTopBucket = isTopBucket; in setIsTopBucket()
266 when(notifRow.getEntry().isTopBucket()) in setStackState()
312 exceedsPriorityThreshold = entry.isTopBucket(); in shouldShowOnKeyguard()