Searched refs:mDecorView (Results 1 – 3 of 3) sorted by relevance
38 private DecorView mDecorView; field in DecorViewTest44 mDecorView = (DecorView) phoneWindow.getDecorView(); in setUp()55 mDecorView.setWindowBackground(bitmapDrawable); in setBackgroundDrawableSameAsSetWindowBackground()57 mDecorView.draw(testCanvas); in setBackgroundDrawableSameAsSetWindowBackground()60 Drawable expectedBackground = mDecorView.getBackground(); in setBackgroundDrawableSameAsSetWindowBackground()62 mDecorView.setBackgroundDrawable(bitmapDrawable); in setBackgroundDrawableSameAsSetWindowBackground()65 mDecorView.draw(resCanvas); in setBackgroundDrawableSameAsSetWindowBackground()69 assertThat(mDecorView.getBackground()).isEqualTo(expectedBackground); in setBackgroundDrawableSameAsSetWindowBackground()70 assertThat(mDecorView.getBackground()).isEqualTo(bitmapDrawable); in setBackgroundDrawableSameAsSetWindowBackground()
39 private DecorView mDecorView; field in BackdropFrameRenderer108 mDecorView = decorView; in onResourcesLoaded()286 && (mLastCaptionHeight != 0 || !mDecorView.isShowingCaption()); in onContentDrawn()309 final int captionHeight = mDecorView.getCaptionHeight(); in redrawLocked()320 if ((mLastCaptionHeight == 0 && mDecorView.isShowingCaption()) || in redrawLocked()386 if (mDecorView.isAttachedToWindow()) { in reportDrawIfNeeded()387 mDecorView.getViewRootImpl().reportDrawFinish(); in reportDrawIfNeeded()
165 private PopupDecorView mDecorView; field in PopupWindow1332 TransitionManager.endTransitions(mDecorView); in showAtLocation()1411 TransitionManager.endTransitions(mDecorView); in showAsDropDown()1488 if (mDecorView != null) { in preparePopup()1489 mDecorView.cancelTransitions(); in preparePopup()1502 mDecorView.setIsRootNamespace(true); in preparePopup()1575 final PopupDecorView decorView = mDecorView; in invokePopup()2031 final PopupDecorView decorView = mDecorView; in dismiss()2113 final View decor = mDecorView; in getTransitionEpicenter()2154 mDecorView = null; in dismissImmediate()[all …]