Home
last modified time | relevance | path

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

12

/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
DDialogFragmentUsage.java86 static MenuDialogFragment create(int contentView) { in create()
107 int contentView = args.getInt(PARAM_CONTENT_VIEW); in onCreateView() local
/frameworks/support/core-ui/tests/java/android/support/v4/
DBaseTestActivity.java28 final int contentView = getContentViewLayoutResId(); in onCreate() local
/frameworks/support/compat/tests/java/android/support/v4/
DBaseTestActivity.java28 final int contentView = getContentViewLayoutResId(); in onCreate() local
/frameworks/support/percent/tests/java/android/support/percent/
DBaseTestActivity.java29 final int contentView = getContentViewLayoutResId(); in onCreate() local
/frameworks/base/core/tests/coretests/src/android/view/
DViewAttachTest.java86 View contentView = activity.findViewById(R.id.view_attach_view); in testRoundScrollbars() local
/frameworks/support/design/tests/src/android/support/design/widget/
DBaseTestActivity.java34 final int contentView = getContentViewLayoutResId(); in onCreate() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/
DTemplateLayoutTest.java84 View contentView = layout.findViewById(R.id.test_view_id); in testTemplate() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessorTest.java94 RemoteViews contentView = builder.createContentView(); in testRemoteViewsReset() local
/frameworks/support/media-compat/java/android/support/v4/media/app/
DNotificationCompat.java413 RemoteViews contentView = generateContentView(); in makeContentView() local
421 RemoteViews contentView = generateContentView(); in makeContentView() local
/frameworks/base/core/java/android/app/
DNotification.java316 public RemoteViews contentView; field in Notification
3208 public Builder setCustomContentView(RemoteViews contentView) { in setCustomContentView()
3219 public Builder setCustomBigContentView(RemoteViews contentView) { in setCustomBigContentView()
3230 public Builder setCustomHeadsUpContentView(RemoteViews contentView) { in setCustomHeadsUpContentView()
3828 private void bindProfileBadge(RemoteViews contentView) { in bindProfileBadge()
3841 private void resetStandardTemplate(RemoteViews contentView) { in resetStandardTemplate()
3856 private void resetNotificationHeader(RemoteViews contentView) { in resetNotificationHeader()
3871 private void resetContentMargins(RemoteViews contentView) { in resetContentMargins()
3889 RemoteViews contentView = new BuilderRemoteViews(mContext.getApplicationInfo(), resId); in applyStandardTemplate() local
3930 private void setTextViewColorPrimary(RemoteViews contentView, int id) { in setTextViewColorPrimary()
[all …]
/frameworks/base/core/java/android/widget/
DPopupWindow.java349 public PopupWindow(View contentView) { in PopupWindow()
379 public PopupWindow(View contentView, int width, int height) { in PopupWindow()
395 public PopupWindow(View contentView, int width, int height, boolean focusable) { in PopupWindow()
631 public void setContentView(View contentView) { in setContentView()
1375 private PopupBackgroundView createBackgroundView(View contentView) { in createBackgroundView()
1398 private PopupDecorView createDecorView(View contentView) { in createDecorView()
1884 final View contentView = mContentView; in dismiss() local
1981 private void dismissImmediate(View decorView, ViewGroup contentHolder, View contentView) { in dismissImmediate()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DAppCompatActionBar.java62 View contentView = getDecorContent().findViewById(contentRootId); in AppCompatActionBar() local
/frameworks/support/v14/preference/src/android/support/v14/preference/
DPreferenceDialogFragment.java147 View contentView = onCreateDialogView(context); in onCreateDialog() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DSetupWizardLayoutTest.java113 View contentView = layout.findViewById(R.id.test_view_id); in testCustomTemplate() local
/frameworks/support/v7/preference/src/android/support/v7/preference/
DPreferenceDialogFragmentCompat.java146 View contentView = onCreateDialogView(context); in onCreateDialog() local
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
DBaseTestActivity.java56 final int contentView = getContentViewLayoutResId(); in onCreate() local
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DDataBindingUtil.java278 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/base/core/java/android/view/autofill/
DAutofillPopupWindow.java298 public void setContentView(View contentView) { in setContentView()
/frameworks/support/transition/api14/android/support/transition/
DViewOverlayApi14.java66 ViewGroup contentView = getContentView(view); in createFrom() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java317 final View contentView = mGutsContent.getContentView(); in setExposed() local
/frameworks/base/core/java/android/preference/
DDialogPreference.java298 View contentView = onCreateDialogView(); in showDialog() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java389 AnchoredWindow(View contentView, @NonNull OverlayControl overlayControl) { in AnchoredWindow()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java1367 public Builder setCustomContentView(RemoteViews contentView) { in setCustomContentView()
1380 public Builder setCustomBigContentView(RemoteViews contentView) { in setCustomBigContentView()
1393 public Builder setCustomHeadsUpContentView(RemoteViews contentView) { in setCustomHeadsUpContentView()
1639 RemoteViews contentView = new RemoteViews(mBuilder.mContext.getPackageName(), resId); in applyStandardTemplate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java474 RemoteViews contentView = builder.createContentView(); in createExpandedView() local

12