Searched refs:showWallpaper (Results 1 – 10 of 10) sorted by relevance
693 public void setShowWallpaper(boolean showWallpaper) { in setShowWallpaper() argument694 mShowWallpaper = showWallpaper; in setShowWallpaper()
269 boolean showWallpaper() { in showWallpaper() method in WallpaperWindowToken
2129 boolean showWallpaper = shouldWallpaperBeVisible(); in commitVisibleWallpapers()2134 wallpaper.commitVisibility(showWallpaper); in commitVisibleWallpapers()2136 if (showWallpaper && Flags.ensureWallpaperInTransitions() in commitVisibleWallpapers()2151 if (participant.showWallpaper()) return true; in shouldWallpaperBeVisible()3332 mShowWallpaper = origState.showWallpaper(); in ChangeInfo()3391 if (mShowWallpaper || wc.showWallpaper()) { in getChangeFlags()
154 final boolean showWallpaper = wallpaperTarget != null in getOldWallpaper()163 return (mWallpaperControllerLocked.isWallpaperTargetAnimating() || !showWallpaper) in getOldWallpaper()
3851 boolean showWallpaper() { in showWallpaper() method in WindowContainer3860 if (child.showWallpaper()) { in showWallpaper()
531 if (!currentActivity.occludesParent() || currentActivity.showWallpaper()) { in hasTranslucentActivity()
5880 boolean showWallpaper() { in showWallpaper() method in WindowState
3247 return mOccludesParent || showWallpaper(); in occludesParent()
431 doReturn(true).when(act).showWallpaper(); in testCreateInfo_wallpaper()
29107 PLcom/android/server/wm/WallpaperWindowToken;->showWallpaper()Z29362 HPLcom/android/server/wm/WindowContainer;->showWallpaper()Z30004 PLcom/android/server/wm/WindowState;->showWallpaper()Z