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.java280 HeadsUpEntry topEntry = getTopEntry(); in wasShownLongEnough()
355 public HeadsUpEntry getTopEntry() { in getTopEntry() method in HeadsUpManager
389 ExpandableNotificationRow topEntry = getTopEntry().entry.row; in onComputeInternalInsets()
504 HeadsUpEntry topEntry = getTopEntry(); in getTopHeadsUpPinnedHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java948 && mHeadsUpManager.getTopEntry().entry.row != row in getChildAtPosition()
950 mHeadsUpManager.getTopEntry().entry.row.getStatusBarNotification()) in getChildAtPosition()