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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java215 private void setEntryPinned(HeadsUpEntry headsUpEntry, boolean isPinned) { argument
217 if (row.isPinned() != isPinned) {
218 row.setPinned(isPinned);
221 if (isPinned) {
235 setEntryPinned(remove, false /* isPinned */);
382 if (row.isPinned()) {
427 if (entry.entry.row.isPinned()) {
446 setEntryPinned(entry, false /* isPinned */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java90 mTouchingHeadsUpView = mPickedChild.isHeadsUp() && mPickedChild.isPinned();
/frameworks/av/services/audioflinger/
H A DEffects.h113 bool isPinned() const { return mPinned; } function in class:EffectModule
H A DEffects.cpp202 if (!isPinned() || unpinIfLast) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java302 public boolean isPinned() { method in class:ExpandableNotificationRow
341 running = running || isPinned();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java637 return row.isHeadsUp() && row.isPinned();
719 if (!mIsExpanded && row.isHeadsUp() && row.isPinned()
1917 boolean pinnedAndClosed = row.isPinned() && !mIsExpanded;
H A DStackScrollAlgorithm.java539 if (row.isPinned()) {

Completed in 264 milliseconds