Searched refs:mWallpaperVisible (Results 1 – 3 of 3) sorted by relevance
60 private boolean mWallpaperVisible; field in NavigationBarTransitions74 mWallpaperVisible = newVisibility;91 mWallpaperVisible = windowManagerService.registerWallpaperVisibilityListener( in NavigationBarTransitions()140 && !mWallpaperVisible && mode != MODE_WARNING); in isLightsOut()
300 boolean mWallpaperVisible; // for wallpaper, what was last vis report? field in WindowState1518 && !mAnimatingExit && !mDestroying && (!mIsWallpaper || mWallpaperVisible); in wouldBeVisibleIfPolicyIgnored()1699 || (mIsWallpaper && mWallpaperVisible)) in isOpaqueDrawn()3620 + " mWallpaperVisible=" + mWallpaperVisible); in dump()4477 if (mWallpaperVisible != visible && (hideAllowed || visible)) { in dispatchWallpaperVisibility()4478 mWallpaperVisible = visible; in dispatchWallpaperVisibility()4490 if (mWallpaperVisible && !isDrawnLw()) { in hasVisibleNotDrawnWallpaper()
1090 if (mIsWallpaper && !w.mWallpaperVisible) { in prepareSurfaceLocked()