Searched refs:mDecor (Results 1 – 9 of 9) sorted by relevance
223 private DecorView mDecor; field in PhoneWindow417 mDecor = (DecorView) preservedWindow.getDecorView(); in PhoneWindow()427 final ViewRootImpl viewRoot = mDecor.getViewRootImpl(); in PhoneWindow()612 if (mDecor != null) { in clearContentView()613 mDecor.clearContentView(); in clearContentView()628 return mDecor != null ? mDecor.findFocus() : null; in getCurrentFocus()683 if (mDecor != null) { in setTitle()685 ViewRootImpl vr = mDecor.getViewRootImpl(); in setTitle()860 if (mDecor != null) { in onMultiWindowModeChanged()861 mDecor.onConfigurationChanged(getContext().getResources().getConfiguration()); in onMultiWindowModeChanged()[all …]
113 View mDecor; field in Dialog290 return mDecor == null ? false : mDecor.getVisibility() == View.VISIBLE; in isShowing()313 if (mDecor != null) { in show()317 mDecor.setVisibility(View.VISIBLE); in show()334 mDecor = mWindow.getDecorView(); in show()352 mWindowManager.addView(mDecor, l); in show()367 if (mDecor != null) { in hide()368 mDecor.setVisibility(View.GONE); in hide()394 if (mDecor == null || !mShowing) { in dismissDialog()404 mWindowManager.removeViewImmediate(mDecor); in dismissDialog()[all …]
1062 private ViewGroup mDecor; field in ActivityTransitionCoordinator.GhostViewListeners1070 mDecor = decor; in GhostViewListeners()1084 GhostView.calculateMatrix(mView, mDecor, mMatrix); in onPreDraw()
403 mDecor.setVisibility(View.VISIBLE); in updateUI()
940 /*package*/ View mDecor = null; field in Activity4362 View decor = mDecor; in onWindowAttributesChanged()4494 View decor = mDecor; in dispatchKeyEvent()7228 else mDecor.setVisibility(View.INVISIBLE);7236 wm.addView(mDecor, getWindow().getAttributes());7239 mDecor.setVisibility(View.VISIBLE);
5377 a.mDecor = decor; in handleResumeActivity()5418 if (!r.activity.mFinished && willBeVisible && r.activity.mDecor != null && !r.hideForNow) { in handleResumeActivity()5733 View v = r.activity.mDecor; in updateVisibility()5888 if (!r.activity.mFinished && r.activity.mDecor != null in handleSendResult()5998 View v = r.activity.mDecor; in handleDestroyActivity()6034 r.activity.mDecor = null; in handleDestroyActivity()6821 final ViewRootImpl viewRoot = r.activity.mDecor != null in handleActivityConfigurationChangedInner()6822 ? r.activity.mDecor.getViewRootImpl() : null; in handleActivityConfigurationChangedInner()
90 private View mDecor; field in MediaController172 mDecor = mWindow.getDecorView(); in initFloatingWindow()173 mDecor.setOnTouchListener(mTouchListener); in initFloatingWindow()174 mDecor.addOnAttachStateChangeListener(mAttachStateListener); in initFloatingWindow()214 mDecor.measure(MeasureSpec.makeMeasureSpec(mAnchor.getWidth(), MeasureSpec.AT_MOST), in updateFloatingWindowLayout()220 p.y = anchorPos[1] + mAnchor.getHeight() - mDecor.getMeasuredHeight(); in updateFloatingWindowLayout()233 mWindowManager.updateViewLayout(mDecor, mDecorLayoutParams);406 mWindowManager.addView(mDecor, mDecorLayoutParams); in show()437 mWindowManager.removeView(mDecor); in hide()749 ViewRootImpl viewRootImpl = mDecor.getViewRootImpl(); in unregisterOnBackInvokedCallback()[all …]
63 private boolean mDecor = true; field in SessionParamsBuilder164 mDecor = false; in disableDecoration()224 if (!mDecor) { in build()
1350 Landroid/app/Activity;->mDecor:Landroid/view/View;2224 Landroid/app/ActivityTransitionCoordinator$GhostViewListeners;->mDecor:Landroid/view/ViewGroup;4749 Landroid/app/Dialog;->mDecor:Landroid/view/View;