Home
last modified time | relevance | path

Searched refs:mContentView (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java41 View mContentView; field in MainInteractionSession
121 mContentView = getLayoutInflater().inflate(R.layout.voice_interaction_session, null); in onCreateContentView()
122 mAssistVisualizer = (AssistVisualizer)mContentView.findViewById(R.id.assist_visualizer); in onCreateContentView()
126 mTopContent = mContentView.findViewById(R.id.top_content); in onCreateContentView()
127 mBottomContent = mContentView.findViewById(R.id.bottom_content); in onCreateContentView()
128 mText = (TextView)mContentView.findViewById(R.id.text); in onCreateContentView()
129 mTreeButton = (Button)mContentView.findViewById(R.id.do_tree); in onCreateContentView()
131 mTextButton = (Button)mContentView.findViewById(R.id.do_text); in onCreateContentView()
133 mStartButton = (Button)mContentView.findViewById(R.id.start); in onCreateContentView()
135 mScreenshot = (ImageView)mContentView.findViewById(R.id.screenshot); in onCreateContentView()
[all …]
/frameworks/base/core/java/com/android/internal/view/
DTooltipPopup.java35 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()
/frameworks/base/core/java/android/widget/
DPopupWindow.java171 private View mContentView; field in PopupWindow
658 return mContentView; in getContentView()
677 mContentView = contentView; in setContentView()
679 if (mContext == null && mContentView != null) { in setContentView()
680 mContext = mContentView.getContext(); in setContentView()
683 if (mWindowManager == null && mContentView != null) { in setContentView()
1324 if (isShowing() || mContentView == null) { in showAtLocation()
1473 if (mContentView == null || mContext == null || mWindowManager == null) { in preparePopup()
1491 mBackgroundView = createBackgroundView(mContentView); in preparePopup()
1494 mBackgroundView = mContentView; in preparePopup()
[all …]
DEditor.java3101 mContentView = linearLayout; in initContentView()
3102 mContentView.setBackgroundResource( in initContentView()
3115 mContentView.addView(mDeleteTextView); in initContentView()
3272 protected ViewGroup mContentView; field in Editor.PinnedPopupWindow
3302 mContentView.setLayoutParams(wrapContent); in PinnedPopupWindow()
3304 mPopupWindow.setContentView(mContentView); in PinnedPopupWindow()
3318 mContentView.measure( in measureContent()
3331 final int width = mContentView.getMeasuredWidth(); in computeLocalPosition()
3349 final int width = mContentView.getMeasuredWidth(); in updatePosition()
3616 mContentView = (ViewGroup) inflater.inflate( in initContentView()
[all …]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java57 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()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java634 private final View mContentView; field in AnchoredWindow
646 mContentView = contentView; in AnchoredWindow()
662 params.accessibilityTitle = mContentView.getContext() in show()
664 mWm.addView(mContentView, params); in show()
668 mWm.updateViewLayout(mContentView, params); in show()
692 mWm.removeView(mContentView); in hide()
750 pw.print(prefix2); pw.print("view: "); pw.println(mWindow.mContentView); in dump()
755 if (mWindow.mContentView == null) { in dump()
758 final int[] coordinates = mWindow.mContentView.getLocationOnScreen(); in dump()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java86 private View mContentView; field in WindowDecorActionBar
133 if (mContentAnimations && mContentView != null) {
134 mContentView.setTranslationY(0);
174 mContentView = decor.findViewById(android.R.id.content); in WindowDecorActionBar()
785 if (mContentAnimations && mContentView != null) { in doShow()
786 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y, in doShow()
810 if (mContentAnimations && mContentView != null) { in doShow()
811 mContentView.setTranslationY(0); in doShow()
844 if (mContentAnimations && mContentView != null) { in doHide()
845 b.with(ObjectAnimator.ofFloat(mContentView, View.TRANSLATION_Y, in doHide()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81413 Landroid/widget/Editor$PinnedPopupWindow;->mContentView:Landroid/view/ViewGroup;
100677 Lcom/android/internal/view/TooltipPopup;->mContentView:Landroid/view/View;