Searched refs:expandedBig (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java47 public View expandedBig; field in class:NotificationData.Entry
59 this.expandedBig = bigContentView;
63 return expandedBig;
83 expandedBig = null;
H A DBaseStatusBar.java790 return entry.expandedBig != null &&
791 entry.expandedBig.findViewById(com.android.internal.R.id.media_actions) != null;

Completed in 418 milliseconds