Home
last modified time | relevance | path

Searched refs:DEBUG_WINDOW_MOVEMENT (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java48 static final boolean DEBUG_WINDOW_MOVEMENT = false; field in WindowManagerDebugConfig
DWindowToken.java25 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
117 if (DEBUG_WINDOW_MOVEMENT) Slog.w(TAG_WM, in removeAllWindowsIfPossible()
DWallpaperWindowToken.java24 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
DAppWindowToken.java45 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
829 if (DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.w(TAG, in removeDeadWindows()
DWindowManagerService.java95 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
1712 if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG_WM, "Final remove of window: " + win); in postWindowRemoveCleanupLocked()