/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TabHost.java | 450 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 D | ListPopupWindow.java | 686 mPopup.getContentView().restoreDefaultFocus(); in show() 725 mPopup.getContentView().restoreDefaultFocus(); in show() 1374 !isInputMethodNotNeeded() && mPopup.getContentView() != null) { in onScrollStateChanged()
|
H A D | Editor.java | 842 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 D | PopupWindow.java | 661 public View getContentView() { in getContentView() method in PopupWindow
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGuts.java | 94 public View getContentView(); in getContentView() method 180 addView(mGutsContent.getContentView()); in setGutsContent() 410 final View contentView = mGutsContent.getContentView(); in setExposed()
|
H A D | ActivatableNotificationView.java | 545 View contentView = getContentView(); in setContentAlpha() 597 protected abstract View getContentView(); in getContentView() method in ActivatableNotificationView
|
H A D | FeedbackInfo.java | 215 public View getContentView() { in getContentView() method in FeedbackInfo
|
H A D | PartialConversationInfo.java | 274 public View getContentView() {
|
H A D | NotificationSnooze.java | 405 public View getContentView() { in getContentView() method in NotificationSnooze
|
H A D | NotificationConversationInfo.java | 574 public View getContentView() { in getContentView() method
|
H A D | NotificationMenuRow.java | 815 return mGutsContent.getContentView(); in getGutsView()
|
H A D | NotificationInfo.java | 609 public View getContentView() {
|
H A D | ExpandableNotificationRow.java | 2970 protected View getContentView() {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationViewTest.kt | 54 override fun getContentView(): View {
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
H A D | ZenDurationDialog.java | 91 View contentView = getContentView(); in setupDialog() 133 protected View getContentView() { in getContentView() method in ZenDurationDialog
|
H A D | EnableZenModeDialog.java | 158 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 D | TooltipPopup.java | 86 public View getContentView() { in getContentView() method in TooltipPopup
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/ |
H A D | EnableZenModeDialogTest.java | 89 mController.getContentView(); in setup()
|
H A D | ZenDurationDialogTest.java | 58 mController.getContentView(); in setup()
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillPopupWindow.java | 330 public View getContentView() { in getContentView() method in AutofillPopupWindow
|
/aosp14/frameworks/base/core/java/com/android/internal/view/inline/ |
H A D | InlineTooltipUi.java | 369 public View getContentView() { in getContentView() method in InlineTooltipUi
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShelf.java | 185 protected View getContentView() { in getContentView() method in NotificationShelf
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/ |
H A D | LocalFloatingToolbarPopup.java | 924 ViewTreeObserver viewTreeObserver = mPopupWindow.getContentView() in setTouchableSurfaceInsetsComputer()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 32225 return mTooltipInfo.mTooltipPopup.getContentView(); in getTooltipView()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 70143 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;
|