Home
last modified time | relevance | path

Searched refs:isRowPinned (Results 1 – 5 of 5) 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()
373 return (mEntry.isRowPinned() && expanded) in isSticky()
380 boolean isPinned = mEntry.isRowPinned(); in compareTo()
381 boolean otherPinned = headsUpEntry.mEntry.isRowPinned(); in compareTo()
DSmartReplyView.java309 smartReplyView.mKeyguardDismissUtil.executeWhenUnlocked(action, !entry.isRowPinned()); in inflateReplyButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java87 if (topEntry != null && topEntry.isRowPinned()) { in onInterceptTouchEvent()
DHeadsUpManagerPhone.java310 if (headsUpEntry instanceof HeadsUpEntryPhone && entry.isRowPinned()) { in setMenuShown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java572 public boolean isRowPinned() { in isRowPinned() method in NotificationEntry