Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/java/android/widget/
H A DTabHost.java450 mCurrentView = spec.mContentStrategy.getContentView(); in setCurrentTab()
631 View getContentView(); in getContentView() method
750 public View getContentView() { in getContentView() method in TabHost.ViewIdContentStrategy
773 public View getContentView() { in getContentView() method in TabHost.FactoryContentStrategy
807 public View getContentView() { in getContentView() method in TabHost.IntentContentStrategy
H A DListPopupWindow.java686 mPopup.getContentView().restoreDefaultFocus(); in show()
725 mPopup.getContentView().restoreDefaultFocus(); in show()
1374 !isInputMethodNotNeeded() && mPopup.getContentView() != null) { in onScrollStateChanged()
H A DEditor.java842 TextView tv = (TextView) mErrorPopup.getContentView(); in showError()
1155 TextView tv = (TextView) mErrorPopup.getContentView(); in setFrame()
5174 mContainer.getContentView().setVisibility(visible ? VISIBLE : INVISIBLE); in setVisible()
5513 window.getDecorViewLayoutParams().x + window.getContentView().getWidth(), in handleOverlapsMagnifier()
5514 window.getDecorViewLayoutParams().y + window.getContentView().getHeight()); in handleOverlapsMagnifier()
H A DPopupWindow.java661 public View getContentView() { in getContentView() method in PopupWindow
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGuts.java94 public View getContentView(); in getContentView() method
180 addView(mGutsContent.getContentView()); in setGutsContent()
410 final View contentView = mGutsContent.getContentView(); in setExposed()
H A DActivatableNotificationView.java545 View contentView = getContentView(); in setContentAlpha()
597 protected abstract View getContentView(); in getContentView() method in ActivatableNotificationView
H A DFeedbackInfo.java215 public View getContentView() { in getContentView() method in FeedbackInfo
H A DPartialConversationInfo.java274 public View getContentView() {
H A DNotificationSnooze.java405 public View getContentView() { in getContentView() method in NotificationSnooze
H A DNotificationConversationInfo.java574 public View getContentView() { in getContentView() method
H A DNotificationMenuRow.java815 return mGutsContent.getContentView(); in getGutsView()
H A DNotificationInfo.java609 public View getContentView() {
H A DExpandableNotificationRow.java2970 protected View getContentView() {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationViewTest.kt54 override fun getContentView(): View {
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DZenDurationDialog.java91 View contentView = getContentView(); in setupDialog()
133 protected View getContentView() { in getContentView() method in ZenDurationDialog
H A DEnableZenModeDialog.java158 View contentView = getContentView(); in createDialog()
173 protected View getContentView() { in getContentView() method in EnableZenModeDialog
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DTooltipPopup.java86 public View getContentView() { in getContentView() method in TooltipPopup
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
H A DEnableZenModeDialogTest.java89 mController.getContentView(); in setup()
H A DZenDurationDialogTest.java58 mController.getContentView(); in setup()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java330 public View getContentView() { in getContentView() method in AutofillPopupWindow
/aosp14/frameworks/base/core/java/com/android/internal/view/inline/
H A DInlineTooltipUi.java369 public View getContentView() { in getContentView() method in InlineTooltipUi
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java185 protected View getContentView() { in getContentView() method in NotificationShelf
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
H A DLocalFloatingToolbarPopup.java924 ViewTreeObserver viewTreeObserver = mPopupWindow.getContentView() in setTouchableSurfaceInsetsComputer()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java32225 return mTooltipInfo.mTooltipPopup.getContentView(); in getTooltipView()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70143 Landroid/widget/TabHost$ContentStrategy;->getContentView()Landroid/view/View;
70145 Landroid/widget/TabHost$FactoryContentStrategy;->getContentView()Landroid/view/View;
70160 Landroid/widget/TabHost$ViewIdContentStrategy;->getContentView()Landroid/view/View;
86241 Lcom/android/internal/view/TooltipPopup;->getContentView()Landroid/view/View;

12