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

/frameworks/av/services/audioflinger/
H A DEffects.h113 bool isPinned() const { return mPinned; } function in class:EffectModule
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java216 private void setEntryPinned(HeadsUpEntry headsUpEntry, boolean isPinned) { argument
218 if (row.isPinned() != isPinned) {
219 row.setPinned(isPinned);
222 if (isPinned) {
236 setEntryPinned(remove, false /* isPinned */);
380 if (row.isPinned()) {
425 if (entry.entry.row.isPinned()) {
444 setEntryPinned(entry, false /* isPinned */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java296 public boolean isPinned() { method in class:ExpandableNotificationRow

Completed in 66 milliseconds