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/
DWindowToken.java19 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
83 if (DEBUG_WINDOW_MOVEMENT) Slog.w(TAG_WM, "removeAllWindows: removing win=" + win); in removeAllWindows()
DWindowManagerDebugConfig.java48 static final boolean DEBUG_WINDOW_MOVEMENT = false; field in WindowManagerDebugConfig
DAppWindowToken.java28 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
597 if (DEBUG_WINDOW_MOVEMENT) { in removeAllWindows()
617 if (DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) { in removeAllDeadWindows()
DWallpaperController.java28 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
750 if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG, in updateWallpaperWindowsPlacement()
770 if (DEBUG_WALLPAPER_LIGHT || DEBUG_WINDOW_MOVEMENT in updateWallpaperWindowsPlacement()
DWindowManagerService.java241 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
1083 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v( in placeWindowAfter()
1093 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v( in placeWindowBefore()
1281 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v(TAG_WM, in addAppWindowToListLocked()
1313 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v(TAG_WM, in addAppWindowToTokenListLocked()
1351 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v(TAG_WM, in addFreeWindowToListLocked()
1631 if (DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v( in addInputMethodWindowToListLocked()
1649 if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG_WM, "Temp removing at " + wpos + ": " + win); in tmpRemoveWindowLocked()
1659 if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG_WM, "Temp removing child at " in tmpRemoveWindowLocked()
1676 if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG_WM, "ReAdd removing from " + wpos + ": " + win); in reAddWindowToListInOrderLocked()
[all …]