Searched refs:mDecorView (Results 1 – 4 of 4) sorted by relevance
38 private DecorView mDecorView; field in DecorViewTest44 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()
243 private View mDecorView; field in SystemBarHelperTest.TestWindow251 mDecorView = decorView; in TestWindow()256 return mDecorView; in getDecorView()262 return mDecorView; in peekDecorView()
266 private View mDecorView; field in TestDreamEnvironment300 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()
165 private PopupDecorView mDecorView; field in PopupWindow1332 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 …]