Home
last modified time | relevance | path

Searched refs:DEBUG_ADD_REMOVE (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java38 static final boolean DEBUG_ADD_REMOVE = false; field in WindowManagerDebugConfig
DActivityTaskManagerDebugConfig.java46 static final boolean DEBUG_ADD_REMOVE = DEBUG_ALL_ACTIVITIES || false; field in ActivityTaskManagerDebugConfig
DWindowToken.java22 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ADD_REMOVE;
208 if (DEBUG_ADD_REMOVE) Slog.v(TAG_WM, "Adding " + win + " to " + this); in addWindow()
DAppWindowToken.java64 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ADD_REMOVE;
568 if (DEBUG_ADD_REMOVE) Slog.v(TAG_WM, "No longer Stopped: " + this); in setVisibility()
898 if (DEBUG_ADD_REMOVE || DEBUG_TOKEN_MOVEMENT) Slog.v(TAG_WM, "removeAppToken: " in onRemovedFromDisplay()
915 if (DEBUG_ADD_REMOVE || DEBUG_TOKEN_MOVEMENT) Slog.v(TAG_WM, in onRemovedFromDisplay()
998 if (DEBUG_ADD_REMOVE) Slog.v(TAG, "notifyAppResumed: wasStopped=" + wasStopped in notifyAppResumed()
1013 if (DEBUG_ADD_REMOVE) Slog.v(TAG, "notifyAppStopped: " + this); in notifyAppStopped()
1100 if (DEBUG_WINDOW_MOVEMENT || DEBUG_ADD_REMOVE) Slog.w(TAG, in removeDeadWindows()
1122 if (DEBUG_ADD_REMOVE) Slog.d(TAG_WM, in setWillReplaceWindows()
1132 if (DEBUG_ADD_REMOVE) Slog.d(TAG_WM, "Marking app token " + this in setWillReplaceChildWindows()
1141 if (DEBUG_ADD_REMOVE) Slog.d(TAG_WM, in clearWillReplaceWindows()
[all …]
DWindowState.java94 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ADD_REMOVE;
784 if (DEBUG_ADD_REMOVE) Slog.v(TAG, "Adding " + this + " to " + parentWindow); in WindowState()
1925 if (DEBUG_ADD_REMOVE) Slog.v(TAG_WM, in removeImmediately()
1976 if (DEBUG_ADD_REMOVE) Slog.v(TAG, in removeIfPossible()
2021 if (DEBUG_ADD_REMOVE) Slog.v(TAG_WM, in removeIfPossible()
2036 if (DEBUG_ADD_REMOVE) Slog.v(TAG_WM, in removeIfPossible()
2078 if (DEBUG_ADD_REMOVE) Slog.v(TAG_WM, in removeIfPossible()
2238 if (DEBUG_ADD_REMOVE) Slog.d(TAG, "Removing replaced window: " + this); in removeReplacedWindow()
2950 if (DEBUG_ADD_REMOVE) Slog.e(TAG_WM, "win=" + this in destroySurface()
4378 if (localLOGV || DEBUG_ADD_REMOVE) Slog.v(TAG, in onExitAnimationDone()
DActivityStack.java72 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_ADD_REMOVE;
3174 if (DEBUG_ADD_REMOVE) Slog.i(TAG, "Adding activity " + r + " to task " in startActivityLocked()
3201 if (DEBUG_ADD_REMOVE) Slog.i(TAG, "Adding activity " + r + " to stack to task " + task, in startActivityLocked()
3414 if (DEBUG_ADD_REMOVE) Slog.i(TAG_ADD_REMOVE, in resetTargetTaskIfNeededLocked()
3551 if (DEBUG_ADD_REMOVE) Slog.i(TAG_ADD_REMOVE, in resetAffinityTaskIfNeededLocked()
4447 if (DEBUG_ADD_REMOVE) Slog.i(TAG_ADD_REMOVE, in removeActivityFromHistoryLocked()
4821 if (DEBUG_ADD_REMOVE || DEBUG_CLEANUP) Slog.i(TAG_ADD_REMOVE, in removeHistoryRecordsForAppLocked()
DWindowManagerService.java81 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ADD_REMOVE;
1623 if (localLOGV || DEBUG_ADD_REMOVE) Slog.v(TAG_WM, "addWindow: New client " in addWindow()
1790 if (DEBUG_ADD_REMOVE) Slog.v(TAG_WM, "postWindowRemoveCleanupLocked: " + win); in postWindowRemoveCleanupLocked()
1814 if (DEBUG_ADD_REMOVE) Slog.v(TAG_WM, "Removing " + win + " from " + token); in postWindowRemoveCleanupLocked()
2419 if (DEBUG_ADD_REMOVE) Slog.d(TAG_WM, "finishDrawingWindow: " + win + " mDrawState=" in finishDrawingWindow()
DTaskRecord.java75 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_ADD_REMOVE;
1265 if (DEBUG_ADD_REMOVE) Slog.i(TAG_ADD_REMOVE, in moveActivityToFrontLocked()
DActivityRecord.java141 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ADD_REMOVE;
1129 if (DEBUG_TOKEN_MOVEMENT || DEBUG_ADD_REMOVE) { in createAppWindowToken()
DDisplayContent.java103 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ADD_REMOVE;
4437 if (DEBUG_ADD_REMOVE || DEBUG_TOKEN_MOVEMENT) Slog.v(TAG, in removeExistingAppTokensIfPossible()