Searched refs:mDecorView (Results 1 – 3 of 3) sorted by relevance
38 private DecorView mDecorView; field in BackdropFrameRenderer112 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()
234 private View mDecorView; field in SystemBarHelperTest.TestWindow242 mDecorView = decorView; in TestWindow()247 return mDecorView; in getDecorView()253 return mDecorView; in peekDecorView()
158 private PopupDecorView mDecorView; field in PopupWindow1189 TransitionManager.endTransitions(mDecorView); in showAtLocation()1268 TransitionManager.endTransitions(mDecorView); in showAsDropDown()1339 if (mDecorView != null) { in preparePopup()1340 mDecorView.cancelTransitions(); in preparePopup()1352 mDecorView = createDecorView(mBackgroundView); in preparePopup()1424 final PopupDecorView decorView = mDecorView; in invokePopup()1440 mDecorView.setLayoutDirection(anchor.getLayoutDirection()); in setLayoutDirectionFromAnchor()1879 final PopupDecorView decorView = mDecorView; in dismiss()1950 final View decor = mDecorView; in getTransitionEpicenter()[all …]