Searched refs:mDecorView (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java38 private DecorView mDecorView; field in class:BackdropFrameRenderer
111 mDecorView = decorView;
289 && (mLastCaptionHeight != 0 || !mDecorView.isShowingCaption());
315 final int captionHeight = mDecorView.getCaptionHeight();
326 if ((mLastCaptionHeight == 0 && mDecorView.isShowingCaption()) ||
405 if (mDecorView.isAttachedToWindow()) {
406 mDecorView.getViewRootImpl().reportDrawFinish();
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java209 private View mDecorView; field in class:SystemBarHelperTest.TestWindow
217 mDecorView = decorView;
222 return mDecorView;
228 return mDecorView;
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java146 private PopupDecorView mDecorView; field in class:PopupWindow
221 if (anchor != null && mDecorView != null) {
223 mDecorView.getLayoutParams();
1140 TransitionManager.endTransitions(mDecorView);
1219 TransitionManager.endTransitions(mDecorView);
1288 if (mDecorView != null) {
1289 mDecorView.cancelTransitions();
1301 mDecorView = createDecorView(mBackgroundView);
1373 final PopupDecorView decorView = mDecorView;
1389 mDecorView
[all...]

Completed in 93 milliseconds