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
111 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.java243 private View mDecorView; field in SystemBarHelperTest.TestWindow
251 mDecorView = decorView; in TestWindow()
256 return mDecorView; in getDecorView()
262 return mDecorView; in peekDecorView()
/frameworks/base/core/java/android/widget/
DPopupWindow.java164 private PopupDecorView mDecorView; field in PopupWindow
1329 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 …]