Searched refs:expandableNotificationRow (Results 1 – 6 of 6) sorted by relevance
26 override fun setTrackedHeadsUp(expandableNotificationRow: ExpandableNotificationRow?) {} in setTrackedHeadsUp()
264 void setTrackedHeadsUp(@Nullable ExpandableNotificationRow expandableNotificationRow);
104 expandableNotificationRow: ExpandableNotificationRow, in <lambda>()112 expandableNotificationRow, in <lambda>()121 expandableNotificationRow, in <lambda>()
1071 public void setTrackingHeadsUp(ExpandableNotificationRow expandableNotificationRow) { in setTrackingHeadsUp() argument1072 mView.setTrackingHeadsUp(expandableNotificationRow); in setTrackingHeadsUp()1847 public void setTrackedHeadsUp(ExpandableNotificationRow expandableNotificationRow) {1848 setTrackingHeadsUp(expandableNotificationRow);
57 Builder expandableNotificationRow(ExpandableNotificationRow view); in expandableNotificationRow() method
157 .expandableNotificationRow(row) in inflateViews()