Searched defs:bigContentView (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/compat/api20/android/support/v4/app/
H A DNotificationCompatApi20.java45 String sortKey, RemoteViews contentView, RemoteViews bigContentView) {
85 mBigContentView = bigContentView;
106 notification.bigContentView = mBigContentView;
38 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView) argument
/frameworks/support/compat/api24/android/support/v4/app/
H A DNotificationCompatApi24.java61 RemoteViews bigContentView, RemoteViews headsUpContentView) {
101 if (bigContentView != null) {
102 b.setCustomBigContentView(bigContentView);
52 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, CharSequence[] remoteInputHistory, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView) argument
/frameworks/support/compat/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java46 String sortKey, RemoteViews contentView, RemoteViews bigContentView) {
96 mBigContentView = bigContentView;
124 notification.bigContentView = mBigContentView;
39 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView) argument
/frameworks/support/compat/api21/android/support/v4/app/
H A DNotificationCompatApi21.java71 String sortKey, RemoteViews contentView, RemoteViews bigContentView,
115 mBigContentView = bigContentView;
137 notification.bigContentView = mBigContentView;
63 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView) argument
/frameworks/support/compat/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java81 RemoteViews contentView, RemoteViews bigContentView) {
126 mBigContentView = bigContentView;
160 notif.bigContentView = mBigContentView;
74 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, Bundle extras, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView) argument
/frameworks/base/core/java/android/app/
H A DNotification.java304 public RemoteViews bigContentView; field in class:Notification
1666 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel);
1768 if (heavy && this.bigContentView != null) {
1769 that.bigContentView = this.bigContentView.clone();
1798 bigContentView = null;
2009 if (bigContentView != null) {
2011 bigContentView.writeToParcel(parcel, 0);
2654 mN.bigContentView = contentView;
3613 if (mN.bigContentView !
[all...]

Completed in 133 milliseconds