Searched refs:topEntry (Results 1 – 1 of 1) sorted by relevance
289 HeadsUpEntry topEntry = getTopEntry(); in wasShownLongEnough() local295 if (headsUpEntry != topEntry) { in wasShownLongEnough()368 HeadsUpEntry topEntry = null; in getTopEntry() local370 if (topEntry == null || entry.compareTo(topEntry) == -1) { in getTopEntry()371 topEntry = entry; in getTopEntry()374 return topEntry; in getTopEntry()398 ExpandableNotificationRow topEntry = getTopEntry().entry.row; in onComputeInternalInsets() local399 if (topEntry.isChildInGroup()) { in onComputeInternalInsets()401 = mGroupManager.getGroupSummary(topEntry.getStatusBarNotification()); in onComputeInternalInsets()403 topEntry = groupSummary; in onComputeInternalInsets()[all …]