Home
last modified time | relevance | path

Searched refs:getContentView (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
DConfirmationOverlayTest.java86 getOverlayViews(getContentView(activity)); in testDefaults_onActivity()
101 assertNull(getContentView(mActivityRule.getActivity())); in testDefaults_onActivity()
131 getOverlayViews(getContentView(activity)); in testSuccess_onActivity()
146 assertNull(getContentView(mActivityRule.getActivity())); in testSuccess_onActivity()
162 getOverlayViews(getContentView(activity)); in testFailure_onActivity()
177 assertNull(getContentView(mActivityRule.getActivity())); in testFailure_onActivity()
193 getOverlayViews(getContentView(activity)); in testOpenOnPhone_onActivity()
208 assertNull(getContentView(mActivityRule.getActivity())); in testOpenOnPhone_onActivity()
249 assertNotNull(getContentView(mActivityRule.getActivity())); in testOverlayVisibleDuringSpecifiedDuration()
278 assertNull(getContentView(mActivityRule.getActivity())); in testOverlayHiddenAfterSpecifiedDuration()
[all …]
/frameworks/support/media/src/main/java/androidx/media/app/
DNotificationCompat.java406 boolean hasContentView = mBuilder.getContentView() != null; in makeContentView()
416 buildIntoRemoteViews(contentView, mBuilder.getContentView()); in makeContentView()
424 buildIntoRemoteViews(contentView, mBuilder.getContentView()); in makeContentView()
433 return mBuilder.getContentView() != null in getContentViewLayoutResource()
450 : mBuilder.getContentView(); in makeBigContentView()
482 : mBuilder.getContentView(); in makeHeadsUpContentView()
/frameworks/base/core/java/android/widget/
DTabHost.java428 mCurrentView = spec.mContentStrategy.getContentView(); in setCurrentTab()
599 View getContentView(); in getContentView() method
718 public View getContentView() { in getContentView() method in TabHost.ViewIdContentStrategy
741 public View getContentView() { in getContentView() method in TabHost.FactoryContentStrategy
770 public View getContentView() { in getContentView() method in TabHost.IntentContentStrategy
DListPopupWindow.java660 mPopup.getContentView().restoreDefaultFocus(); in show()
699 mPopup.getContentView().restoreDefaultFocus(); in show()
1335 !isInputMethodNotNeeded() && mPopup.getContentView() != null) { in onScrollStateChanged()
DEditor.java561 TextView tv = (TextView) mErrorPopup.getContentView(); in showError()
866 TextView tv = (TextView) mErrorPopup.getContentView(); in setFrame()
4630 mContainer.getContentView().setVisibility(visible ? VISIBLE : INVISIBLE); in setVisible()
4876 window.getDecorViewLayoutParams().x + window.getContentView().getWidth(), in handleOverlapsMagnifier()
4877 window.getDecorViewLayoutParams().y + window.getContentView().getHeight()); in handleOverlapsMagnifier()
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DTestContentViewActivity.java36 public TestContentView getContentView() { in getContentView() method in TestContentViewActivity
DRecyclerViewFocusTest.java231 mTestContentView = testContentViewActivity.getContentView(); in setupRecyclerView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java68 public View getContentView(); in getContentView() method
139 addView(mGutsContent.getContentView()); in setGutsContent()
377 final View contentView = mGutsContent.getContentView(); in setExposed()
DAppOpsInfo.java194 public View getContentView() { in getContentView() method in AppOpsInfo
DActivatableNotificationView.java942 View contentView = getContentView(); in setContentAlpha()
972 protected abstract View getContentView(); in getContentView() method in ActivatableNotificationView
DNotificationSnooze.java400 public View getContentView() { in getContentView() method in NotificationSnooze
DNotificationInfo.java496 public View getContentView() { in getContentView() method in NotificationInfo
DNotificationMenuRow.java688 return mGutsContent.getContentView();
DNotificationShelf.java170 protected View getContentView() { in getContentView() method in NotificationShelf
/frameworks/support/transition/src/main/java/androidx/transition/
DViewOverlayApi14.java51 static ViewGroup getContentView(View view) { in getContentView() method in ViewOverlayApi14
65 ViewGroup contentView = getContentView(view); in createFrom()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenDurationDialog.java84 View contentView = getContentView(); in createDialog()
127 protected View getContentView() { in getContentView() method in ZenDurationDialog
DEnableZenModeDialog.java142 View contentView = getContentView(); in createDialog()
157 protected View getContentView() { in getContentView() method in EnableZenModeDialog
/frameworks/base/core/java/com/android/internal/view/
DTooltipPopup.java86 public View getContentView() { in getContentView() method in TooltipPopup
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
DEnableZenModeDialogTest.java86 mController.getContentView(); in setup()
DZenDurationDialogTest.java70 mController.getContentView(); in setup()
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java328 public View getContentView() { in getContentView() method in AutofillPopupWindow
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java1243 dropDownView = (ViewGroup) mPopup.getContentView(); in buildDropDown()
1399 !isInputMethodNotNeeded() && mPopup.getContentView() != null) { in onScrollStateChanged()
/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompat.java1593 public RemoteViews getContentView() { in getContentView() method in NotificationCompat.Builder
2917 if (mBuilder.getContentView() == null) { in makeContentView()
2921 return createRemoteViews(mBuilder.getContentView(), false); in makeContentView()
2937 : mBuilder.getContentView(); in makeBigContentView()
2956 RemoteViews innerView = headsUp != null ? headsUp : mBuilder.getContentView(); in makeHeadsUpContentView()
/frameworks/support/car/car-stubs/
Dandroid.car.jarMETA-INF/ META-INF/MANIFEST.MF android/car/Car.class Car ...
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGuidedActionsStylist.java234 public View getContentView() { in getContentView() method in GuidedActionsStylist.ViewHolder

123