Searched defs:DEBUG_LAYERS (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DDebug.h42 #define DEBUG_LAYERS 0 macro
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java49 static final boolean DEBUG_LAYERS = WindowManagerService.DEBUG_LAYERS; field in class:WindowStateAnimator
334 if (DEBUG_LAYERS) Slog.v(TAG, "Stepping win " + this
H A DWindowManagerService.java182 static final boolean DEBUG_LAYERS = false; field in class:WindowManagerService
1324 if (DEBUG_LAYERS) Slog.v(TAG, "Setting im layer adj to " + adj);
1329 if (DEBUG_LAYERS) Slog.v(TAG, "IM win " + imw
1336 if (DEBUG_LAYERS) Slog.v(TAG, "IM win " + cw
1345 if (DEBUG_LAYERS) Slog.v(TAG, "IM win " + imw
1841 if (DEBUG_LAYERS || DEBUG_WALLPAPER_LIGHT) Slog.v(TAG, "adjustWallpaper win "
1889 if (DEBUG_LAYERS || DEBUG_WALLPAPER) Slog.v(TAG,
1901 if (DEBUG_LAYERS || DEBUG_WALLPAPER) Slog.v(TAG, "setWallpaper win "
8162 if (DEBUG_LAYERS) {
8210 if (DEBUG_LAYERS) Slo
[all...]

Completed in 80 milliseconds