Searched defs:contentView (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DDialogFragmentUsage.java89 static MenuDialogFragment create(int contentView) { argument
91 b.putInt(PARAM_CONTENT_VIEW, contentView);
110 int contentView = args.getInt(PARAM_CONTENT_VIEW);
111 return inflater.inflate(contentView, container, false);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DDialogFragmentUsage.java89 static MenuDialogFragment create(int contentView) { argument
91 b.putInt(PARAM_CONTENT_VIEW, contentView);
110 int contentView = args.getInt(PARAM_CONTENT_VIEW);
111 return inflater.inflate(contentView, container, false);
/frameworks/support/compat/api20/android/support/v4/app/
H A DNotificationCompatApi20.java45 String sortKey, RemoteViews contentView, RemoteViews bigContentView) {
50 .setContent(n.contentView)
84 mContentView = contentView;
103 notification.contentView = mContentView;
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.java60 String sortKey, CharSequence[] remoteInputHistory, RemoteViews contentView,
66 .setContent(n.contentView)
98 if (contentView != null) {
99 b.setCustomContentView(contentView);
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) {
51 .setContent(n.contentView)
95 mContentView = contentView;
121 notification.contentView = mContentView;
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,
77 .setContent(n.contentView)
114 mContentView = contentView;
134 notification.contentView = mContentView;
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) {
85 .setContent(n.contentView)
125 mContentView = contentView;
157 notif.contentView = mContentView;
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/widget/
H A DPopupWindow.java324 * <tt>contentView</tt>. The dimension of the window are (0,0).</p>
329 * @param contentView the popup's content
331 public PopupWindow(View contentView) { argument
332 this(contentView, 0, 0);
351 * <tt>contentView</tt>. The dimension of the window must be passed to
357 * @param contentView the popup's content
361 public PopupWindow(View contentView, int width, int height) { argument
362 this(contentView, width, height, false);
366 * <p>Create a new popup window which can display the <tt>contentView</tt>.
372 * @param contentView th
377 PopupWindow(View contentView, int width, int height, boolean focusable) argument
614 setContentView(View contentView) argument
1320 createBackgroundView(View contentView) argument
1343 createDecorView(View contentView) argument
1914 dismissImmediate(View decorView, ViewGroup contentHolder, View contentView) argument
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java292 public RemoteViews contentView; field in class:Notification
295 * A large-format version of {@link #contentView}, giving the Notification an
308 * A medium-format version of {@link #contentView}, providing the Notification an
309 * opportunity to add action buttons to contentView. At its discretion, the system UI may
1628 contentView = RemoteViews.CREATOR.createFromParcel(parcel);
1711 if (heavy && this.contentView != null) {
1712 that.contentView = this.contentView.clone();
1797 contentView = null;
1949 if (contentView !
2642 setCustomContentView(RemoteViews contentView) argument
2653 setCustomBigContentView(RemoteViews contentView) argument
2664 setCustomHeadsUpContentView(RemoteViews contentView) argument
3237 bindProfileBadge(RemoteViews contentView) argument
3246 resetStandardTemplate(RemoteViews contentView) argument
3262 resetNotificationHeader(RemoteViews contentView) argument
3277 resetContentMargins(RemoteViews contentView) argument
3345 handleProgressBar(boolean hasProgress, RemoteViews contentView, Bundle ex) argument
3368 bindLargeIcon(RemoteViews contentView) argument
3383 bindNotificationHeader(RemoteViews contentView) argument
3392 bindExpandButton(RemoteViews contentView) argument
3399 bindHeaderChronometerAndTime(RemoteViews contentView) argument
3420 bindHeaderText(RemoteViews contentView) argument
3472 bindHeaderAppName(RemoteViews contentView) argument
3477 bindSmallIcon(RemoteViews contentView) argument
3877 processSmallIconColor(Icon smallIcon, RemoteViews contentView) argument
3893 processLargeLegacyIcon(Icon largeIcon, RemoteViews contentView) argument
4598 applyBigTextContentView(Builder builder, RemoteViews contentView, CharSequence bigTextText) argument
5244 handleInboxImageMargin(RemoteViews contentView, int id, boolean first) argument
5472 handleImage(RemoteViews contentView) argument
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java522 n.contentView = b.mContentView;
539 result.contentView = b.mContentView;
615 notification.contentView = b.mContentView;
1216 mNotification.contentView = views;
1691 public Builder setCustomContentView(RemoteViews contentView) { argument
1692 mContentView = contentView;
1704 public Builder setCustomBigContentView(RemoteViews contentView) { argument
1705 mBigContentView = contentView;
1717 public Builder setCustomHeadsUpContentView(RemoteViews contentView) { argument
1718 mHeadsUpContentView = contentView;
[all...]

Completed in 2788 milliseconds