Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java38 private DecorView mDecorView; field in BackdropFrameRenderer
112 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()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DSystemBarHelperTest.java234 private View mDecorView; field in SystemBarHelperTest.TestWindow
242 mDecorView = decorView; in TestWindow()
247 return mDecorView; in getDecorView()
253 return mDecorView; in peekDecorView()
/frameworks/base/core/java/android/widget/
DPopupWindow.java158 private PopupDecorView mDecorView; field in PopupWindow
1189 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 …]