Home
last modified time | relevance | path

Searched refs:DEBUG_WINDOW_MOVEMENT (Results 1 – 4 of 4) 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.java24 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
138 if (DEBUG_WINDOW_MOVEMENT) Slog.w(TAG_WM, in removeAllWindowsIfPossible()
DAppWindowToken.java74 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
1099 if (DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.w(TAG, in removeDeadWindows()
DWindowManagerService.java94 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
1784 if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG_WM, "Final remove of window: " + win); in postWindowRemoveCleanupLocked()