Searched refs:headsUpEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java187 HeadsUpEntry headsUpEntry = mHeadsUpEntries.get(headsUp.key);
188 headsUpEntry.updateEntry();
189 setEntryPinned(headsUpEntry, shouldHeadsUpBecomePinned(headsUp));
194 HeadsUpEntry headsUpEntry = mEntryPool.acquire();
197 headsUpEntry.setEntry(entry);
198 mHeadsUpEntries.put(entry.key, headsUpEntry);
200 setEntryPinned(headsUpEntry, shouldHeadsUpBecomePinned(entry));
215 private void setEntryPinned(HeadsUpEntry headsUpEntry, boolean isPinned) { argument
216 ExpandableNotificationRow row = headsUpEntry.entry.row;
275 HeadsUpEntry headsUpEntry
[all...]

Completed in 282 milliseconds