Searched refs:isRowPinned (Results 1 – 4 of 4) 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()369 return (mEntry.isRowPinned() && expanded) in isSticky()376 boolean isPinned = mEntry.isRowPinned(); in compareTo()377 boolean otherPinned = headsUpEntry.mEntry.isRowPinned(); in compareTo()
87 if (topEntry != null && topEntry.isRowPinned()) { in onInterceptTouchEvent()
260 if (headsUpEntry instanceof HeadsUpEntryPhone && entry.isRowPinned()) { in setMenuShown()
656 public boolean isRowPinned() { in isRowPinned() method in NotificationEntry