Searched refs:DEBUG_WALLPAPER (Results 1 – 2 of 2) sorted by relevance
33 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WALLPAPER;196 if (DEBUG_WALLPAPER) Slog.v(TAG,433 if (DEBUG_WALLPAPER) Slog.v(TAG, "Report new wp offset " in updateWallpaperOffset()451 if (DEBUG_WALLPAPER) Slog.v(TAG, in updateWallpaperOffset()763 if (DEBUG_WALLPAPER) { in updateWallpaperTokens()795 if (DEBUG_WALLPAPER) { in adjustWallpaperWindows()820 if (DEBUG_WALLPAPER) { in adjustWallpaperWindows()839 if (DEBUG_WALLPAPER) { in processWallpaperDrawPendingTimeout()878 if (DEBUG_WALLPAPER) { in wallpaperTransitionReady()1055 if (DEBUG_WALLPAPER) { in setTopHideWhenLockedWallpaper()[all …]
44 static final boolean DEBUG_WALLPAPER = false; field in WindowManagerDebugConfig