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.java26 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
526 if (DEBUG_WINDOW_MOVEMENT) { in removeAllWindows()
546 if (DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) { in removeAllDeadWindows()
DWallpaperController.java28 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
726 if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG, in updateWallpaperWindowsPlacement()
746 if (DEBUG_WALLPAPER_LIGHT || DEBUG_WINDOW_MOVEMENT in updateWallpaperWindowsPlacement()
DWindowManagerService.java238 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_MOVEMENT;
1074 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v( in placeWindowAfter()
1084 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v( in placeWindowBefore()
1272 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v(TAG_WM, in addAppWindowToListLocked()
1304 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v(TAG_WM, in addAppWindowToTokenListLocked()
1342 if (DEBUG_FOCUS || DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v(TAG_WM, in addFreeWindowToListLocked()
1622 if (DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.v( in addInputMethodWindowToListLocked()
1640 if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG_WM, "Temp removing at " + wpos + ": " + win); in tmpRemoveWindowLocked()
1650 if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG_WM, "Temp removing child at " in tmpRemoveWindowLocked()
1667 if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG_WM, "ReAdd removing from " + wpos + ": " + win); in reAddWindowToListInOrderLocked()
[all …]