Home
last modified time | relevance | path

Searched defs:contentView (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/widget/
DPopupWindow.java278 public PopupWindow(View contentView) { in PopupWindow()
308 public PopupWindow(View contentView, int width, int height) { in PopupWindow()
324 public PopupWindow(View contentView, int width, int height, boolean focusable) { in PopupWindow()
503 public void setContentView(View contentView) { in setContentView()
1200 private PopupBackgroundView createBackgroundView(View contentView) { in createBackgroundView()
1223 private PopupDecorView createDecorView(View contentView) { in createDecorView()
1571 final View contentView = mContentView; in dismiss() local
1640 private void dismissImmediate(View decorView, ViewGroup contentHolder, View contentView) { in dismissImmediate()
/frameworks/base/core/java/android/app/
DNotification.java255 public RemoteViews contentView; field in Notification
3215 private void processSmallIconAsLarge(Icon largeIcon, RemoteViews contentView) { in processSmallIconAsLarge()
3233 private void processLargeLegacyIcon(Icon largeIcon, RemoteViews contentView) { in processLargeLegacyIcon()
3245 private void applyLargeIconBackground(RemoteViews contentView) { in applyLargeIconBackground()
3262 private void removeLargeIconBackground(RemoteViews contentView) { in removeLargeIconBackground()
3269 private void processSmallRightIcon(Icon smallIcon, RemoteViews contentView) { in processSmallRightIcon()
3541 private void setBuilderContentView(Notification n, RemoteViews contentView) { in setBuilderContentView()
3771 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(layoutId); in getStandardView() local
3805 protected void applyTopPadding(RemoteViews contentView) { in applyTopPadding()
3997 RemoteViews contentView = getStandardView(mBuilder.getBigPictureLayoutResource()); in makeBigContentView() local
[all …]
/frameworks/support/v14/preference/src/android/support/v14/preference/
DPreferenceDialogFragment.java74 View contentView = onCreateDialogView(context); in onCreateDialog() local
/frameworks/support/v7/preference/src/android/support/v7/preference/
DPreferenceDialogFragmentCompat.java72 View contentView = onCreateDialogView(context); in onCreateDialog() local
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DSetupWizardLayoutTests.java90 View contentView = layout.findViewById(R.id.test_view_id); in testCustomTemplate() local
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DBaseTestActivity.java44 final int contentView = getContentViewLayoutResId(); in onCreate() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DAppCompatActionBar.java57 View contentView = getDecorContent().findViewById(contentRootId); in AppCompatActionBar() local
/frameworks/data-binding/library/src/main/java/android/databinding/
DDataBindingUtil.java289 ViewGroup contentView = (ViewGroup) decorView.findViewById(android.R.id.content); in setContentView() local
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java69 LinearLayout contentView = new LinearLayout(this); in onCreate() local
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DNotificationCompatImplBase.java169 RemoteViews contentView = new RemoteViews(context.getPackageName(), resId); in applyStandardTemplate() local
/frameworks/base/core/java/android/preference/
DDialogPreference.java298 View contentView = onCreateDialogView(); in showDialog() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java660 View contentView = getContentView(); in setContentAlpha() local
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java215 final int contentView = selectContentView(); in installContent() local
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java232 int contentView = selectContentView(); in installContent() local