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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java271 * <tt>contentView</tt>. The dimension of the window are (0,0).</p>
276 * @param contentView the popup's content
278 public PopupWindow(View contentView) { argument
279 this(contentView, 0, 0);
298 * <tt>contentView</tt>. The dimension of the window must be passed to
304 * @param contentView the popup's content
308 public PopupWindow(View contentView, int width, int height) { argument
309 this(contentView, width, height, false);
313 * <p>Create a new popup window which can display the <tt>contentView</tt>.
319 * @param contentView th
324 PopupWindow(View contentView, int width, int height, boolean focusable) argument
503 setContentView(View contentView) argument
1200 createBackgroundView(View contentView) argument
1223 createDecorView(View contentView) argument
1640 dismissImmediate(View decorView, ViewGroup contentHolder, View contentView) argument
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java255 public RemoteViews contentView; field in class:Notification
258 * A large-format version of {@link #contentView}, giving the Notification an
266 * A medium-format version of {@link #contentView}, providing the Notification an
267 * opportunity to add action buttons to contentView. At its discretion, the system UI may
1435 contentView = RemoteViews.CREATOR.createFromParcel(parcel);
1517 if (heavy && this.contentView != null) {
1518 that.contentView = this.contentView.clone();
1599 contentView = null;
1679 if (contentView !
2895 addProfileBadge(RemoteViews contentView, int resId) argument
2916 shrinkLine3Text(RemoteViews contentView) argument
2922 unshrinkLine3Text(RemoteViews contentView) argument
2928 resetStandardTemplate(RemoteViews contentView) argument
3215 processSmallIconAsLarge(Icon largeIcon, RemoteViews contentView) argument
3233 processLargeLegacyIcon(Icon largeIcon, RemoteViews contentView) argument
3245 applyLargeIconBackground(RemoteViews contentView) argument
3262 removeLargeIconBackground(RemoteViews contentView) argument
3269 processSmallRightIcon(Icon smallIcon, RemoteViews contentView) argument
3541 setBuilderContentView(Notification n, RemoteViews contentView) argument
3805 applyTopPadding(RemoteViews contentView) argument
4515 hideRightIcon(RemoteViews contentView) argument
4522 styleText(RemoteViews contentView) argument
[all...]

Completed in 63 milliseconds