Searched refs:isRowPinned (Results 1 – 5 of 5) sorted by relevance
129 if (entry.isRowPinned() != isPinned) { in setEntryPinned()286 if (entry.mEntry.isRowPinned()) { in hasPinnedNotificationInternal()344 if (headsUpEntry != null && entry.isRowPinned()) { in setExpanded()372 return (mEntry.isRowPinned() && expanded) in isSticky()379 boolean isPinned = mEntry.isRowPinned(); in compareTo()380 boolean otherPinned = headsUpEntry.mEntry.isRowPinned(); in compareTo()
309 smartReplyView.mKeyguardDismissUtil.executeWhenUnlocked(action, !entry.isRowPinned()); in inflateReplyButton()
90 if (topEntry != null && topEntry.isRowPinned()) { in onInterceptTouchEvent()
284 if (headsUpEntry instanceof HeadsUpEntryPhone && entry.isRowPinned()) { in setMenuShown()
634 public boolean isRowPinned() { in isRowPinned() method in NotificationEntry