Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java294 HeadsUpEntry topEntry = getTopEntry(); in wasShownLongEnough()
369 public HeadsUpEntry getTopEntry() { in getTopEntry() method in HeadsUpManager
403 ExpandableNotificationRow topEntry = getTopEntry().entry.row; in onComputeInternalInsets()
518 HeadsUpEntry topEntry = getTopEntry(); in getTopHeadsUpPinnedHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1092 && mHeadsUpManager.getTopEntry().entry.row != row in getChildAtPosition()
1094 mHeadsUpManager.getTopEntry().entry.row.getStatusBarNotification()) in getChildAtPosition()