Searched refs:DEBUG_WALLPAPER (Results 1 – 2 of 2) sorted by relevance
32 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WALLPAPER;146 if (DEBUG_WALLPAPER) Slog.v(TAG, "Win " + w + ": isOnScreen=" + w.isOnScreen()196 if (DEBUG_WALLPAPER) Slog.v(TAG, "Found wallpaper target: " + w);201 if (DEBUG_WALLPAPER) Slog.v(TAG,258 if (DEBUG_WALLPAPER) { in shouldWallpaperBeVisible()359 if (DEBUG_WALLPAPER) Slog.v(TAG, "Report new wp offset " in updateWallpaperOffset()377 if (DEBUG_WALLPAPER) Slog.v(TAG, in updateWallpaperOffset()382 if (DEBUG_WALLPAPER) Slog.v(TAG, "Offset complete!"); in updateWallpaperOffset()636 if (DEBUG_WALLPAPER) { in adjustWallpaperWindows()675 if (DEBUG_WALLPAPER) { in processWallpaperDrawPendingTimeout()[all …]
45 static final boolean DEBUG_WALLPAPER = false; field in WindowManagerDebugConfig