Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DDecorViewTest.java38 private DecorView mDecorView; field in DecorViewTest
44 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()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java39 private DecorView mDecorView; field in BackdropFrameRenderer
108 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()
/aosp14/frameworks/base/core/java/android/widget/
H A DPopupWindow.java165 private PopupDecorView mDecorView; field in PopupWindow
1332 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 …]