Searched refs:isRowPinned (Results 1 – 5 of 5) sorted by relevance
129 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()
309 smartReplyView.mKeyguardDismissUtil.executeWhenUnlocked(action, !entry.isRowPinned()); in inflateReplyButton()
87 if (topEntry != null && topEntry.isRowPinned()) { in onInterceptTouchEvent()
310 if (headsUpEntry instanceof HeadsUpEntryPhone && entry.isRowPinned()) { in setMenuShown()
572 public boolean isRowPinned() { in isRowPinned() method in NotificationEntry