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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java62 public View getBigContentView() { method in class:NotificationData.Entry
H A DBaseStatusBar.java1885 (oldEntry.getBigContentView() == null && bigContentView == null)
1886 || ((oldEntry.getBigContentView() != null && bigContentView != null)
2046 if (bigContentView != null && entry.getBigContentView() != null) {
2047 bigContentView.reapply(mContext, entry.getBigContentView(),

Completed in 1393 milliseconds