Home
last modified time | relevance | path

Searched refs:topEntry (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java289 HeadsUpEntry topEntry = getTopEntry(); in wasShownLongEnough() local
295 if (headsUpEntry != topEntry) { in wasShownLongEnough()
368 HeadsUpEntry topEntry = null; in getTopEntry() local
370 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() local
399 if (topEntry.isChildInGroup()) { in onComputeInternalInsets()
401 = mGroupManager.getGroupSummary(topEntry.getStatusBarNotification()); in onComputeInternalInsets()
403 topEntry = groupSummary; in onComputeInternalInsets()
[all …]