Searched refs:topEntry (Results 1 – 5 of 5) sorted by relevance
73 AmbientEntry topEntry = getTopEntry(); in extendPulse() local74 if (topEntry == null) { in extendPulse()77 topEntry.extendPulse(); in extendPulse()116 AlertEntry topEntry = null; in getTopEntry() local118 if (topEntry == null || entry.compareTo(topEntry) < 0) { in getTopEntry()119 topEntry = entry; in getTopEntry()122 return (AmbientEntry) topEntry; in getTopEntry()
304 NotificationEntry topEntry = getTopEntry(); in calculateTouchableRegion() local308 if (!hasPinnedHeadsUp() || topEntry == null) { in calculateTouchableRegion()313 if (topEntry.isChildInGroup()) { in calculateTouchableRegion()315 mGroupManager.getGroupSummary(topEntry.notification); in calculateTouchableRegion()317 topEntry = groupSummary; in calculateTouchableRegion()320 ExpandableNotificationRow topRow = topEntry.getRow(); in calculateTouchableRegion()424 HeadsUpEntryPhone topEntry = getTopHeadsUpEntryPhone(); in canRemoveImmediately() local426 return headsUpEntry == null || headsUpEntry != topEntry || super.canRemoveImmediately(key); in canRemoveImmediately()
86 NotificationEntry topEntry = mHeadsUpManager.getTopEntry(); in onInterceptTouchEvent() local87 if (topEntry != null && topEntry.isRowPinned()) { in onInterceptTouchEvent()88 mPickedChild = topEntry.getRow(); in onInterceptTouchEvent()
230 HeadsUpEntry topEntry = getTopHeadsUpEntry(); in getTopEntry() local231 return (topEntry != null) ? topEntry.mEntry : null; in getTopEntry()239 HeadsUpEntry topEntry = null; in getTopHeadsUpEntry() local241 if (topEntry == null || entry.compareTo(topEntry) < 0) { in getTopHeadsUpEntry()242 topEntry = (HeadsUpEntry) entry; in getTopHeadsUpEntry()245 return topEntry; in getTopHeadsUpEntry()
1403 NotificationEntry topEntry = mHeadsUpManager.getTopEntry();1404 if (topEntry == null) {1407 ExpandableNotificationRow row = topEntry.getRow();