Searched defs:setEntryPinned (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java194 setEntryPinned(headsUpEntry, shouldHeadsUpBecomePinned(headsUp));
205 setEntryPinned(headsUpEntry, shouldHeadsUpBecomePinned(entry));
220 private void setEntryPinned(HeadsUpEntry headsUpEntry, boolean isPinned) { method in class:HeadsUpManager
239 setEntryPinned(remove, false /* isPinned */);
457 setEntryPinned(entry, false /* isPinned */);

Completed in 48 milliseconds