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

12

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DTestContentViewActivity.java36 public TestContentView getContentView() { method in class:TestContentViewActivity
H A DRecyclerViewFocusTest.java231 mTestContentView = testContentViewActivity.getContentView();
/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/support/media/src/main/java/androidx/media/app/
H A DNotificationCompat.java406 boolean hasContentView = mBuilder.getContentView() != null;
416 buildIntoRemoteViews(contentView, mBuilder.getContentView());
424 buildIntoRemoteViews(contentView, mBuilder.getContentView());
433 return mBuilder.getContentView() != null
450 : mBuilder.getContentView();
482 : mBuilder.getContentView();
/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 DListPopupWindow.java660 mPopup.getContentView().restoreDefaultFocus();
699 mPopup.getContentView().restoreDefaultFocus();
1335 !isInputMethodNotNeeded() && mPopup.getContentView() != null) {
H A DEditor.java561 TextView tv = (TextView) mErrorPopup.getContentView();
866 TextView tv = (TextView) mErrorPopup.getContentView();
4630 mContainer.getContentView().setVisibility(visible ? VISIBLE : INVISIBLE);
4876 window.getDecorViewLayoutParams().x + window.getContentView().getWidth(),
4877 window.getDecorViewLayoutParams().y + window.getContentView().getHeight());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java68 public View getContentView(); method in interface:NotificationGuts.GutsContent
139 addView(mGutsContent.getContentView());
377 final View contentView = mGutsContent.getContentView();
H A DAppOpsInfo.java194 public View getContentView() { method in class:AppOpsInfo
H A DActivatableNotificationView.java942 View contentView = getContentView();
972 protected abstract View getContentView(); method in class:ActivatableNotificationView
H A DNotificationInfo.java496 public View getContentView() { method in class:NotificationInfo
H A DNotificationMenuRow.java688 return mGutsContent.getContentView();
H A DNotificationSnooze.java400 public View getContentView() { method in class:NotificationSnooze
H A DNotificationShelf.java170 protected View getContentView() { method in class:NotificationShelf
/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/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/core/java/com/android/internal/view/
H A DTooltipPopup.java86 public View getContentView() { method in class:TooltipPopup
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
H A DEnableZenModeDialogTest.java86 mController.getContentView();
H A DZenDurationDialogTest.java70 mController.getContentView();
/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/support/car/car-stubs/
H A Dandroid.car.jarMETA-INF/ META-INF/MANIFEST.MF android/car/Car.class Car.java package android ...
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DListPopupWindow.java1243 dropDownView = (ViewGroup) mPopup.getContentView();
1399 !isInputMethodNotNeeded() && mPopup.getContentView() != null) {
/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/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedActionsStylist.java234 public View getContentView() { method in class:GuidedActionsStylist.ViewHolder

Completed in 2370 milliseconds

12