Home
last modified time | relevance | path

Searched refs:DEBUG_VISIBILITY (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DEnsureActivitiesVisibleHelper.java20 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_VISIBILITY;
75 if (DEBUG_VISIBILITY) { in process()
153 if (DEBUG_VISIBILITY) { in setActivityVisibilityState()
170 if (DEBUG_VISIBILITY) { in setActivityVisibilityState()
184 if (DEBUG_VISIBILITY) { in setActivityVisibilityState()
201 if (DEBUG_VISIBILITY) { in setActivityVisibilityState()
213 if (DEBUG_VISIBILITY) { in setActivityVisibilityState()
231 if (DEBUG_VISIBILITY) { in makeVisibleAndRestartIfNeeded()
235 if (DEBUG_VISIBILITY) { in makeVisibleAndRestartIfNeeded()
DWindowManagerDebugConfig.java41 static final boolean DEBUG_VISIBILITY = false; field in WindowManagerDebugConfig
DActivityTaskManagerDebugConfig.java51 static final boolean DEBUG_VISIBILITY = DEBUG_ALL || false; field in ActivityTaskManagerDebugConfig
DWindowSurfaceController.java26 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_VISIBILITY;
165 if (DEBUG_VISIBILITY) Slog.v(TAG, "Showing " + this in showRobustly()
DWindowStateAnimator.java39 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_VISIBILITY;
302 if (DEBUG_VISIBILITY) { in createSurfaceLocked()
371 if (DEBUG_VISIBILITY) { in destroySurfaceLocked()
DWindowState.java138 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_VISIBILITY;
2680 if (DEBUG_VISIBILITY) Slog.w(TAG_WM, "user changing, hiding " + this in switchUser()
2786 if (DEBUG_VISIBILITY) { in checkPolicyVisibilityChange()
2844 if (DEBUG_VISIBILITY || DEBUG_POWER) { in prepareWindowToDisplayDuringRelayout()
2858 if (DEBUG_VISIBILITY) Slog.v(TAG, in prepareWindowToDisplayDuringRelayout()
3029 if (DEBUG_VISIBILITY) Slog.v(TAG, "Policy visibility true: " + this); in show()
3031 if (DEBUG_VISIBILITY) Slog.v(TAG, "doAnimation: mPolicyVisibility=" in show()
3081 if (DEBUG_VISIBILITY) Slog.v(TAG, "Policy visibility false: " + this); in hide()
3251 if (DEBUG_VISIBILITY) Slog.v(TAG, in sendAppVisibilityToClients()
4412 if (DEBUG_VISIBILITY) Slog.w(TAG, "hiding " + this + ", belonging to " + mOwnerUid); in performShowLocked()
[all …]
DActivityRecord.java221 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_VISIBILITY;
3773 if (DEBUG_VISIBILITY || DEBUG_TRANSITION) { in finishIfPossible()
5361 if (DEBUG_VISIBILITY) Slog.v(TAG, "allDrawn: " + this in updateAllDrawn()
6277 if (DEBUG_VISIBILITY) Slog.d(TAG_VISIBILITY, in makeVisibleIfNeeded()
6283 if (DEBUG_VISIBILITY) Slog.v(TAG_VISIBILITY, in makeVisibleIfNeeded()
6310 if (DEBUG_VISIBILITY) Slog.v(TAG_VISIBILITY, "Already invisible: " + this); in makeInvisible()
6315 if (DEBUG_VISIBILITY) { in makeInvisible()
6360 if (DEBUG_VISIBILITY) { in makeActiveIfNeeded()
6366 if (DEBUG_VISIBILITY) { in makeActiveIfNeeded()
6382 if (DEBUG_VISIBILITY) { in makeActiveIfNeeded()
[all …]
DWindowManagerService.java141 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_VISIBILITY;
2521 if (DEBUG_VISIBILITY) { in relayoutWindowInner()
2591 if (DEBUG_VISIBILITY) Slog.i(TAG_WM, "Releasing surface in: " + win); in relayoutWindowInner()