Searched defs:getContentView (Results 1 - 19 of 19) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DTestContentViewActivity.java36 public TestContentView getContentView() { method in class:TestContentViewActivity
/frameworks/base/core/java/com/android/internal/view/
H A DTooltipPopup.java86 public View getContentView() { method in class:TooltipPopup
/frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
H A DConfirmationOverlayTest.java86 getOverlayViews(getContentView(activity));
101 assertNull(getContentView(mActivityRule.getActivity()));
131 getOverlayViews(getContentView(activity));
146 assertNull(getContentView(mActivityRule.getActivity()));
162 getOverlayViews(getContentView(activity));
177 assertNull(getContentView(mActivityRule.getActivity()));
193 getOverlayViews(getContentView(activity));
208 assertNull(getContentView(mActivityRule.getActivity()));
249 assertNotNull(getContentView(mActivityRule.getActivity()));
278 assertNull(getContentView(mActivityRul
281 private static View getContentView(Activity activity) { method in class:ConfirmationOverlayTest
[all...]
/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java75 * {@link #getContentView()}, {@link #setContentView(View)}, {@link #getBackground()},
328 public View getContentView() { method in class:AutofillPopupWindow
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DZenDurationDialog.java84 View contentView = getContentView();
127 protected View getContentView() { method in class:ZenDurationDialog
H A DEnableZenModeDialog.java142 View contentView = getContentView();
157 protected View getContentView() { method in class:EnableZenModeDialog
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAppOpsInfo.java194 public View getContentView() { method in class:AppOpsInfo
H A DNotificationGuts.java68 public View getContentView(); method in interface:NotificationGuts.GutsContent
139 addView(mGutsContent.getContentView());
377 final View contentView = mGutsContent.getContentView();
H A DNotificationInfo.java496 public View getContentView() { method in class:NotificationInfo
H A DNotificationSnooze.java400 public View getContentView() { method in class:NotificationSnooze
H A DNotificationShelf.java170 protected View getContentView() { method in class:NotificationShelf
H A DActivatableNotificationView.java942 View contentView = getContentView();
972 protected abstract View getContentView(); method in class:ActivatableNotificationView
H A DExpandableNotificationRow.java2433 protected View getContentView() { method in class:ExpandableNotificationRow
/frameworks/support/transition/src/main/java/androidx/transition/
H A DViewOverlayApi14.java51 static ViewGroup getContentView(View view) { method in class:ViewOverlayApi14
65 ViewGroup contentView = getContentView(view);
/frameworks/base/core/java/android/widget/
H A DTabHost.java428 mCurrentView = spec.mContentStrategy.getContentView();
599 View getContentView(); method in interface:TabHost.ContentStrategy
718 public View getContentView() { method in class:TabHost.ViewIdContentStrategy
741 public View getContentView() { method in class:TabHost.FactoryContentStrategy
770 public View getContentView() { method in class:TabHost.IntentContentStrategy
H A DPopupWindow.java616 public View getContentView() { method in class:PopupWindow
628 * @see #getContentView()
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedActionsStylist.java234 public View getContentView() { method in class:GuidedActionsStylist.ViewHolder
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java1593 public RemoteViews getContentView() { method in class:NotificationCompat.Builder
2917 if (mBuilder.getContentView() == null) {
2921 return createRemoteViews(mBuilder.getContentView(), false);
2937 : mBuilder.getContentView();
2956 RemoteViews innerView = headsUp != null ? headsUp : mBuilder.getContentView();
/frameworks/support/car/car-stubs/
H A Dandroid.car.jarMETA-INF/ META-INF/MANIFEST.MF android/car/Car.class Car.java package android ...

Completed in 1385 milliseconds