Searched refs:mDecorView (Results 1 – 3 of 3) sorted by relevance
38 private DecorView mDecorView; field in BackdropFrameRenderer111 mDecorView = decorView; in onResourcesLoaded()290 && (mLastCaptionHeight != 0 || !mDecorView.isShowingCaption()); in onContentDrawn()316 final int captionHeight = mDecorView.getCaptionHeight(); in redrawLocked()327 if ((mLastCaptionHeight == 0 && mDecorView.isShowingCaption()) || in redrawLocked()394 if (mDecorView.isAttachedToWindow()) { in reportDrawIfNeeded()395 mDecorView.getViewRootImpl().reportDrawFinish(); in reportDrawIfNeeded()
243 private View mDecorView; field in SystemBarHelperTest.TestWindow251 mDecorView = decorView; in TestWindow()256 return mDecorView; in getDecorView()262 return mDecorView; in peekDecorView()
164 private PopupDecorView mDecorView; field in PopupWindow1329 TransitionManager.endTransitions(mDecorView); in showAtLocation()1408 TransitionManager.endTransitions(mDecorView); in showAsDropDown()1485 if (mDecorView != null) { in preparePopup()1486 mDecorView.cancelTransitions(); in preparePopup()1498 mDecorView = createDecorView(mBackgroundView); in preparePopup()1499 mDecorView.setIsRootNamespace(true); in preparePopup()1572 final PopupDecorView decorView = mDecorView; in invokePopup()1588 mDecorView.setLayoutDirection(anchor.getLayoutDirection()); in setLayoutDirectionFromAnchor()2029 final PopupDecorView decorView = mDecorView; in dismiss()[all …]