Home
last modified time | relevance | path

Searched refs:bigContentView (Results 1 – 16 of 16) sorted by relevance

/frameworks/support/compat/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java46 String sortKey, RemoteViews contentView, RemoteViews bigContentView) { in Builder() argument
96 mBigContentView = bigContentView; in Builder()
124 notification.bigContentView = mBigContentView; in build()
/frameworks/support/compat/api24/android/support/v4/app/
DNotificationCompatApi24.java61 RemoteViews bigContentView, RemoteViews headsUpContentView) { in Builder() argument
101 if (bigContentView != null) { in Builder()
102 b.setCustomBigContentView(bigContentView); in Builder()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DNotificationCompat.java258 NotificationCompatImplBase.buildIntoRemoteViews(b.mContext, n.bigContentView, in addBigStyleToBuilderJellybean()
284 RemoteViews bigContentView = b.getBigContentView(); in addDecoratedBigStyleToBuilder() local
285 RemoteViews innerView = bigContentView != null ? bigContentView : b.getContentView(); in addDecoratedBigStyleToBuilder()
296 n.bigContentView = remoteViews; in addDecoratedBigStyleToBuilder()
327 NotificationCompatImplBase.buildIntoRemoteViews(b.mContext, n.bigContentView, in addBigStyleToBuilderLollipop()
329 setBackgroundColor(b.mContext, n.bigContentView, b.getColor()); in addBigStyleToBuilderLollipop()
DNotificationCompatImplBase.java121 n.bigContentView = generateMediaBigView(context, contentTitle, contentText, contentInfo, in overrideMediaBigContentView()
/frameworks/support/compat/api20/android/support/v4/app/
DNotificationCompatApi20.java45 String sortKey, RemoteViews contentView, RemoteViews bigContentView) { in Builder() argument
85 mBigContentView = bigContentView; in Builder()
106 notification.bigContentView = mBigContentView; in build()
/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java71 String sortKey, RemoteViews contentView, RemoteViews bigContentView, in Builder() argument
115 mBigContentView = bigContentView; in Builder()
137 notification.bigContentView = mBigContentView; in build()
/frameworks/base/core/java/android/app/
DNotification.java304 public RemoteViews bigContentView; field in Notification
1666 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
1768 if (heavy && this.bigContentView != null) { in cloneInto()
1769 that.bigContentView = this.bigContentView.clone(); in cloneInto()
1798 bigContentView = null; in lightenPayload()
2009 if (bigContentView != null) { in writeToParcelImpl()
2011 bigContentView.writeToParcel(parcel, 0); in writeToParcelImpl()
2654 mN.bigContentView = contentView; in setCustomBigContentView()
3613 if (mN.bigContentView != null in createBigContentView()
3615 return mN.bigContentView; in createBigContentView()
[all …]
/frameworks/support/compat/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java81 RemoteViews contentView, RemoteViews bigContentView) { in Builder() argument
126 mBigContentView = bigContentView; in Builder()
160 notif.bigContentView = mBigContentView; in build()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java973 View bigContentView = mExpandedChild;
974 if (bigContentView != null) {
975 mExpandedRemoteInput = applyRemoteInput(bigContentView, entry, hasRemoteInput,
DBaseStatusBar.java1603 final RemoteViews bigContentView = entry.cachedBigContentView;
1691 if (bigContentView != null) {
1692 bigContentViewLocal = bigContentView.apply(
2481 final RemoteViews bigContentView = entry.cachedBigContentView;
2487 if (bigContentView != null && entry.getExpandedContentView() != null) {
2488 bigContentView.reapply(sbn.getPackageContext(mContext),
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java858 notification.bigContentView = big; in maybePopulateRemoteViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1620 newNotification.bigContentView = sbn.getNotification().bigContentView; in removeNotification()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4626 field public android.widget.RemoteViews bigContentView;
/frameworks/base/api/
Dcurrent.txt4984 field public deprecated android.widget.RemoteViews bigContentView;
Dsystem-current.txt5141 field public deprecated android.widget.RemoteViews bigContentView;
Dtest-current.txt4987 field public deprecated android.widget.RemoteViews bigContentView;