Searched refs:contentView (Results 1 - 25 of 25) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DNotificationCompatImplBase.java38 * contentView and bigContentView of the notification.
169 RemoteViews contentView = new RemoteViews(context.getPackageName(), resId);
176 contentView.setImageViewBitmap(R.id.icon, largeIcon);
178 contentView.setViewVisibility(R.id.icon, View.GONE);
181 contentView.setTextViewText(R.id.title, contentTitle);
184 contentView.setTextViewText(R.id.text, contentText);
188 contentView.setTextViewText(R.id.info, contentInfo);
189 contentView.setViewVisibility(R.id.info, View.VISIBLE);
195 contentView.setTextViewText(R.id.info, context.getResources().getString(
199 contentView
[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
4510 hideRightIcon(RemoteViews contentView) argument
4517 styleText(RemoteViews contentView) argument
[all...]
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DBaseTestActivity.java44 final int contentView = getContentViewLayoutResId();
45 if (contentView > 0) {
46 setContentView(contentView);
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceDialogFragment.java74 View contentView = onCreateDialogView(context);
75 if (contentView != null) {
76 onBindDialogView(contentView);
77 builder.setView(contentView);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceDialogFragmentCompat.java72 View contentView = onCreateDialogView(context);
73 if (contentView != null) {
74 onBindDialogView(contentView);
75 builder.setView(contentView);
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java69 LinearLayout contentView = new LinearLayout(this);
70 contentView.setOrientation(LinearLayout.VERTICAL);
71 setContentView(contentView);
84 contentView.addView(webView, new LayoutParams(
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DAppCompatActionBar.java57 View contentView = getDecorContent().findViewById(contentRootId);
58 if (contentView != null) {
59 assert contentView instanceof FrameLayout;
60 setContentRoot((FrameLayout) contentView);
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java33 .setContent(n.contentView)
/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/preference/
H A DDialogPreference.java298 View contentView = onCreateDialogView();
299 if (contentView != null) {
300 onBindDialogView(contentView);
301 mBuilder.setView(contentView);
/frameworks/support/v4/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java38 .setContent(n.contentView)
/frameworks/data-binding/library/src/main/java/android/databinding/
H A DDataBindingUtil.java289 ViewGroup contentView = (ViewGroup) decorView.findViewById(android.R.id.content);
290 T binding = inflate(activity.getLayoutInflater(), layoutId, contentView, false,
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DSetupWizardLayoutTests.java90 View contentView = layout.findViewById(R.id.test_view_id);
91 assertSame("The view added should be the same text view", tv, contentView);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java659 View contentView = getContentView();
660 if (contentView.hasOverlappingRendering()) {
663 int currentLayerType = contentView.getLayerType();
665 contentView.setLayerType(layerType, null);
668 contentView.setAlpha(contentAlpha);
H A DBaseStatusBar.java1271 RemoteViews contentView = sbn.getNotification().contentView;
1275 if (contentView == null) {
1332 contentViewLocal = contentView.apply(
1372 publicViewLocal = publicNotification.contentView.apply(
1887 Log.w(TAG, "Couldn't reapply views for package " + n.contentView.getPackage(), e);
1928 + " contentView=" + oldNotification.getNotification().contentView
1934 + " contentView=" + n.contentView
[all...]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java127 n.contentView = new RemoteViews(getPackageName(), R.layout.button_notification);
128 n.contentView.setOnClickPendingIntent(R.id.button, makeIntent2());
233 n.contentView.setInt(1 /*bogus*/, "bogus method", 666);
247 n.contentView.setInt(1 /*bogus*/, "bogus method", 666);
/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java48 .setContent(n.contentView)
/frameworks/support/v4/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java49 .setContent(n.contentView)
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java134 pw.println(prefix + " contentView=" + notification.contentView);
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java72 .setContent(n.contentView)
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java80 .setContent(n.contentView)
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java232 int contentView = selectContentView();
233 mWindow.setContentView(contentView);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java215 final int contentView = selectContentView();
216 mDialog.setContentView(contentView);
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java245 String.valueOf(n.contentView));
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java1070 mNotification.contentView = views;

Completed in 1728 milliseconds