Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
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()
/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/services/tests/dreamservicetests/src/com/android/server/dreams/
DTestDreamEnvironment.java266 private View mDecorView; field in TestDreamEnvironment
300 when(mActivityWindow.getDecorView()).thenReturn(mDecorView); in TestDreamEnvironment()
309 when(mDecorView.getWindowInsetsController()).thenReturn( in TestDreamEnvironment()
377 verify(mDecorView, in startDream()
382 attachChangeListenerCaptor.getValue().onViewAttachedToWindow(mDecorView); in startDream()
/frameworks/base/core/java/android/widget/
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()
1501 mDecorView = createDecorView(mBackgroundView); in preparePopup()
1502 mDecorView.setIsRootNamespace(true); in preparePopup()
1575 final PopupDecorView decorView = mDecorView; in invokePopup()
1591 mDecorView.setLayoutDirection(anchor.getLayoutDirection()); in setLayoutDirectionFromAnchor()
2031 final PopupDecorView decorView = mDecorView; in dismiss()
[all …]