Searched refs:isPinnedAndExpanded (Results 1 – 3 of 3) sorted by relevance
119 if (isExpanded && (!notifPanelCollapsed || entry.isPinnedAndExpanded())) { in onEntryInflated()
641 public boolean isPinnedAndExpanded() { in isPinnedAndExpanded() method in NotificationEntry642 return row != null && row.isPinnedAndExpanded(); in isPinnedAndExpanded()
371 public boolean isPinnedAndExpanded() { in isPinnedAndExpanded() method in ExpandableNotificationRow