Home
last modified time | relevance | path

Searched refs:isRowPinned (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java129 if (entry.isRowPinned() != isPinned) { in setEntryPinned()
287 if (entry.mEntry.isRowPinned()) { in hasPinnedNotificationInternal()
345 if (headsUpEntry != null && entry.isRowPinned()) { in setExpanded()
369 return (mEntry.isRowPinned() && expanded) in isSticky()
376 boolean isPinned = mEntry.isRowPinned(); in compareTo()
377 boolean otherPinned = headsUpEntry.mEntry.isRowPinned(); in compareTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java87 if (topEntry != null && topEntry.isRowPinned()) { in onInterceptTouchEvent()
DHeadsUpManagerPhone.java260 if (headsUpEntry instanceof HeadsUpEntryPhone && entry.isRowPinned()) { in setMenuShown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java656 public boolean isRowPinned() { in isRowPinned() method in NotificationEntry