Searched refs:mWallpaperVisible (Results 1 – 3 of 3) sorted by relevance
62 private boolean mWallpaperVisible; field in NavigationBarTransitions76 mWallpaperVisible = newVisibility;92 mWallpaperVisible = windowManagerService.registerWallpaperVisibilityListener( in NavigationBarTransitions()141 && !mWallpaperVisible && mode != MODE_WARNING); in isLightsOut()
340 boolean mWallpaperVisible; // for wallpaper, what was last vis report? field in WindowState1705 && !mAnimatingExit && !mDestroying && (!mIsWallpaper || mWallpaperVisible); in wouldBeVisibleIfPolicyIgnored()1909 || (mIsWallpaper && mWallpaperVisible)) in isOpaqueDrawn()3984 + " mWallpaperVisible=" + mWallpaperVisible); in dump()4846 if (mWallpaperVisible != visible && (hideAllowed || visible)) { in dispatchWallpaperVisibility()4847 mWallpaperVisible = visible; in dispatchWallpaperVisibility()4859 if (mWallpaperVisible && !isDrawnLw()) { in hasVisibleNotDrawnWallpaper()
1135 if (mIsWallpaper && !w.mWallpaperVisible) { in prepareSurfaceLocked()