/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
H A D | MainInteractionSession.java | 43 View mContentView; field in MainInteractionSession 128 mTopContent = mContentView.findViewById(R.id.top_content); in onCreateContentView() 129 mBottomContent = mContentView.findViewById(R.id.bottom_content); in onCreateContentView() 130 mText = (TextView)mContentView.findViewById(R.id.text); in onCreateContentView() 131 mTreeButton = (Button)mContentView.findViewById(R.id.do_tree); in onCreateContentView() 133 mTextButton = (Button)mContentView.findViewById(R.id.do_text); in onCreateContentView() 135 mStartButton = (Button)mContentView.findViewById(R.id.start); in onCreateContentView() 142 mOptionsContainer = mContentView.findViewById(R.id.options); in onCreateContentView() 152 mAbortButton = (Button)mContentView.findViewById(R.id.abort); in onCreateContentView() 155 return mContentView; in onCreateContentView() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | TooltipPopup.java | 35 private final View mContentView; field in TooltipPopup 46 mContentView = LayoutInflater.from(mContext).inflate( in TooltipPopup() 48 mMessageView = (TextView) mContentView.findViewById( in TooltipPopup() 74 wm.addView(mContentView, mLayoutParams); in show() 83 wm.removeView(mContentView); in hide() 87 return mContentView; in getContentView() 91 return mContentView.getParent() != null; in isShowing() 148 mContentView.measure(spec, spec); in computePosition() 149 final int tooltipHeight = mContentView.getMeasuredHeight(); in computePosition()
|
/aosp14/frameworks/base/packages/SettingsLib/ProfileSelector/src/com/android/settingslib/widget/ |
H A D | ProfileSelectFragment.java | 54 private ViewGroup mContentView; field in ProfileSelectFragment 62 mContentView = (ViewGroup) inflater.inflate(R.layout.tab_fragment, container, false); in onCreateView() 71 final View tabContainer = mContentView.findViewById(R.id.tab_container); in onCreateView() 83 return mContentView; in onCreateView()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | PopupWindow.java | 173 private View mContentView; field in PopupWindow 662 return mContentView; in getContentView() 681 mContentView = contentView; in setContentView() 683 if (mContext == null && mContentView != null) { in setContentView() 684 mContext = mContentView.getContext(); in setContentView() 687 if (mWindowManager == null && mContentView != null) { in setContentView() 1328 if (isShowing() || mContentView == null) { in showAtLocation() 1495 mBackgroundView = createBackgroundView(mContentView); in preparePopup() 1498 mBackgroundView = mContentView; in preparePopup() 2032 final View contentView = mContentView; in dismiss() [all …]
|
H A D | Editor.java | 3571 mContentView = linearLayout; in initContentView() 3572 mContentView.setBackgroundResource( in initContentView() 3585 mContentView.addView(mDeleteTextView); in initContentView() 3742 protected ViewGroup mContentView; field in Editor.PinnedPopupWindow 3772 mContentView.setLayoutParams(wrapContent); in PinnedPopupWindow() 3774 mPopupWindow.setContentView(mContentView); in PinnedPopupWindow() 3788 mContentView.measure( in measureContent() 3801 final int width = mContentView.getMeasuredWidth(); in computeLocalPosition() 3823 final int width = mContentView.getMeasuredWidth(); in updatePosition() 4101 mContentView = (ViewGroup) inflater.inflate( in initContentView() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationViewTest.kt | 40 private val mContentView: View = mock() 55 return mContentView
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | PrintPreviewController.java | 57 private final PrintContentView mContentView; field in PrintPreviewController 84 mContentView = (PrintContentView) activity.findViewById(R.id.options_content); in PrintPreviewController() 96 return mContentView.isOptionsOpened(); in isOptionsOpened() 100 mContentView.closeOptions(); in closeOptions()
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | FillUi.java | 686 private final View mContentView; field in AnchoredWindow 698 mContentView = contentView; in AnchoredWindow() 714 params.accessibilityTitle = mContentView.getContext() in show() 716 mWm.addView(mContentView, params); in show() 721 mWm.updateViewLayout(mContentView, params); in show() 745 mWm.removeView(mContentView); in hide() 804 pw.print(prefix2); pw.print("view: "); pw.println(mWindow.mContentView); in dump() 809 if (mWindow.mContentView == null) { in dump() 812 final int[] coordinates = mWindow.mContentView.getLocationOnScreen(); in dump()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | WindowDecorActionBar.java | 87 private View mContentView; field in WindowDecorActionBar 134 if (mContentAnimations && mContentView != null) { 135 mContentView.setTranslationY(0); 175 mContentView = decor.findViewById(android.R.id.content); in WindowDecorActionBar() 786 if (mContentAnimations && mContentView != null) { in doShow() 787 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y, in doShow() 811 if (mContentAnimations && mContentView != null) { in doShow() 812 mContentView.setTranslationY(0); in doShow() 845 if (mContentAnimations && mContentView != null) { in doHide() 846 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y, in doHide()
|
H A D | ChooserActivity.java | 338 private View mContentView = null; field in ChooserActivity 3118 if (mContentView == null) { 3119 mContentView = findViewById(android.R.id.content); 3121 return mContentView;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputView.java | 127 private LinearLayout mContentView; field in RemoteInputView 279 mContentView = findViewById(R.id.remote_input_content); in onFinishInflate() 280 mContentView.setBackground(mContentBackground); in onFinishInflate() 951 int verticalBoundOffset = (int) ((1f - scaleY) * 0.5f * mContentView.getHeight()); in setFocusAnimationScaleY() 952 Rect contentBackgroundBounds = new Rect(0, verticalBoundOffset, mContentView.getWidth(), in setFocusAnimationScaleY() 953 mContentView.getHeight() - verticalBoundOffset); in setFocusAnimationScaleY() 955 mContentView.setBackground(mContentBackground); in setFocusAnimationScaleY()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 66984 Landroid/widget/Editor$PinnedPopupWindow;->mContentView:Landroid/view/ViewGroup; 86244 Lcom/android/internal/view/TooltipPopup;->mContentView:Landroid/view/View;
|