Searched refs:DEBUG_WALLPAPER (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WallpaperController.java | 30 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WALLPAPER; 116 if (DEBUG_WALLPAPER) Slog.v(TAG, 121 if (DEBUG_WALLPAPER) Slog.v(TAG, "Win " + w + ": isOnScreen=" + w.isOnScreen() 156 if (DEBUG_WALLPAPER) Slog.v(TAG, "Found wallpaper target: " + w); 161 if (DEBUG_WALLPAPER) Slog.v(TAG, 205 if (DEBUG_WALLPAPER) Slog.v(TAG, "Wallpaper vis: target " + wallpaperTarget + ", obscured=" in isWallpaperVisible() 273 if (DEBUG_WALLPAPER) Slog.v(TAG, "Update wallpaper " + wallpaperWin + " x: " + offset); in updateWallpaperOffset() 290 if (DEBUG_WALLPAPER) Slog.v(TAG, "Update wallpaper " + wallpaperWin + " y: " + offset); in updateWallpaperOffset() 303 if (DEBUG_WALLPAPER) Slog.v(TAG, "Report new wp offset " in updateWallpaperOffset() 318 if (DEBUG_WALLPAPER) Slog.v(TAG, in updateWallpaperOffset() [all …]
|
D | WindowManagerDebugConfig.java | 56 static final boolean DEBUG_WALLPAPER = false; field in WindowManagerDebugConfig 57 static final boolean DEBUG_WALLPAPER_LIGHT = false || DEBUG_WALLPAPER;
|
D | WindowStateAnimator.java | 37 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WALLPAPER; 909 if (DEBUG_WALLPAPER && attachedTransformation != null) { in computeShownFrameLocked() 919 if (DEBUG_WALLPAPER && appTransformation != null) { in computeShownFrameLocked()
|
D | DisplayContent.java | 75 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WALLPAPER; 344 if (DEBUG_WALLPAPER) Slog.v(TAG, 2629 if (DEBUG_WALLPAPER) Slog.v(TAG, "Detached wallpaper changed from " in updateWallpaperForAnimator()
|