/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionSession.java | 41 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/ |
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()
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 171 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 …]
|
D | Editor.java | 3333 mContentView = linearLayout; in initContentView() 3334 mContentView.setBackgroundResource( in initContentView() 3347 mContentView.addView(mDeleteTextView); in initContentView() 3504 protected ViewGroup mContentView; field in Editor.PinnedPopupWindow 3534 mContentView.setLayoutParams(wrapContent); in PinnedPopupWindow() 3536 mPopupWindow.setContentView(mContentView); in PinnedPopupWindow() 3550 mContentView.measure( in measureContent() 3563 final int width = mContentView.getMeasuredWidth(); in computeLocalPosition() 3581 final int width = mContentView.getMeasuredWidth(); in updatePosition() 3859 mContentView = (ViewGroup) inflater.inflate( in initContentView() [all …]
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
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()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | FillUi.java | 673 private final View mContentView; field in AnchoredWindow 685 mContentView = contentView; in AnchoredWindow() 701 params.accessibilityTitle = mContentView.getContext() in show() 703 mWm.addView(mContentView, params); in show() 707 mWm.updateViewLayout(mContentView, params); in show() 731 mWm.removeView(mContentView); in hide() 789 pw.print(prefix2); pw.print("view: "); pw.println(mWindow.mContentView); in dump() 794 if (mWindow.mContentView == null) { in dump() 797 final int[] coordinates = mWindow.mContentView.getLocationOnScreen(); in dump()
|
/frameworks/base/core/java/com/android/internal/app/ |
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()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | StartingSurfaceDrawer.java | 463 SplashScreenView splashScreenView = preView != null ? preView.mContentView : null; in copySplashScreenView() 556 if (record.mContentView != null) { in removeWindowSynced() 561 mSplashscreenContentDrawer.applyExitAnimation(record.mContentView, in removeWindowSynced() 603 private SplashScreenView mContentView; field in StartingSurfaceDrawer.StartingWindowRecord 623 mContentView = splashScreenView; in setSplashScreenView()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 70307 Landroid/widget/Editor$PinnedPopupWindow;->mContentView:Landroid/view/ViewGroup; 89567 Lcom/android/internal/view/TooltipPopup;->mContentView:Landroid/view/View;
|