Lines Matching refs:getWindow
1724 FirstFrameAnimatorHelper.initializeDrawListener(getWindow().getDecorView()); in onAttachedToWindow()
1741 getWindow().getAttributes().systemUiVisibility |= in setupTransparentSystemBarsForLmp()
1745 getWindow().clearFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS in setupTransparentSystemBarsForLmp()
1749 getWindow().addFlags(drawsSysBackgroundsField.getInt(null)); in setupTransparentSystemBarsForLmp()
1755 setStatusBarColorMethod.invoke(getWindow(), Color.TRANSPARENT); in setupTransparentSystemBarsForLmp()
1756 setNavigationBarColorMethod.invoke(getWindow(), Color.TRANSPARENT); in setupTransparentSystemBarsForLmp()
1932 getWindow().closeAllPanels(); in closeSystemDialogs()
1981 final View v = getWindow().peekDecorView(); in onNewIntent()
3232 int curflags = getWindow().getAttributes().flags in changeWallpaperVisiblity()
3235 getWindow().setFlags(wpflags, WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER); in changeWallpaperVisiblity()
3859 getWindow().getDecorView() in showWorkspace()
3900 getWindow().getDecorView() in showAllApps()