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.java19 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_VISIBILITY;
84 if (DEBUG_VISIBILITY) { in process()
122 if (DEBUG_VISIBILITY) { in setActivityVisibilityState()
137 if (DEBUG_VISIBILITY) { in setActivityVisibilityState()
153 if (DEBUG_VISIBILITY) { in setActivityVisibilityState()
172 if (DEBUG_VISIBILITY) { in setActivityVisibilityState()
183 if (DEBUG_VISIBILITY) { in setActivityVisibilityState()
209 if (DEBUG_VISIBILITY) { in makeVisibleAndRestartIfNeeded()
216 if (DEBUG_VISIBILITY) { in makeVisibleAndRestartIfNeeded()
DWindowManagerDebugConfig.java42 static final boolean DEBUG_VISIBILITY = false; field in WindowManagerDebugConfig
DActivityTaskManagerDebugConfig.java51 static final boolean DEBUG_VISIBILITY = DEBUG_ALL || false; field in ActivityTaskManagerDebugConfig
DWindowSurfaceController.java27 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_VISIBILITY;
245 if (DEBUG_VISIBILITY) Slog.v(TAG, "Showing " + this in showRobustly()
DWindowStateAnimator.java40 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_VISIBILITY;
337 if (DEBUG_VISIBILITY) { in createSurfaceLocked()
416 if (DEBUG_VISIBILITY) { in destroySurfaceLocked()
DActivityRecord.java166 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_VISIBILITY;
2969 if (DEBUG_VISIBILITY || DEBUG_TRANSITION) { in finishIfPossible()
4354 if (DEBUG_VISIBILITY) Slog.v(TAG, "allDrawn: " + this in updateAllDrawn()
5124 if (DEBUG_VISIBILITY) Slog.d(TAG_VISIBILITY, in makeVisibleIfNeeded()
5130 if (DEBUG_VISIBILITY) Slog.v(TAG_VISIBILITY, in makeVisibleIfNeeded()
5157 if (DEBUG_VISIBILITY) Slog.v(TAG_VISIBILITY, "Already invisible: " + this); in makeInvisible()
5162 if (DEBUG_VISIBILITY) { in makeInvisible()
5224 if (DEBUG_VISIBILITY) { in makeActiveIfNeeded()
5230 if (DEBUG_VISIBILITY) { in makeActiveIfNeeded()
5244 if (DEBUG_VISIBILITY) { in makeActiveIfNeeded()
[all …]
DWindowState.java150 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_VISIBILITY;
2796 if (DEBUG_VISIBILITY) Slog.w(TAG_WM, "user changing, hiding " + this in switchUser()
2896 if (DEBUG_VISIBILITY) { in checkPolicyVisibilityChange()
2954 if (DEBUG_VISIBILITY || DEBUG_POWER) { in prepareWindowToDisplayDuringRelayout()
2968 if (DEBUG_VISIBILITY) Slog.v(TAG, in prepareWindowToDisplayDuringRelayout()
3193 if (DEBUG_VISIBILITY) Slog.v(TAG, "Policy visibility true: " + this); in show()
3195 if (DEBUG_VISIBILITY) Slog.v(TAG, "doAnimation: mPolicyVisibility=" in show()
3243 if (DEBUG_VISIBILITY) Slog.v(TAG, "Policy visibility false: " + this); in hide()
3425 if (DEBUG_VISIBILITY) Slog.v(TAG, in sendAppVisibilityToClients()
4676 if (DEBUG_VISIBILITY) Slog.w(TAG, "hiding " + this + ", belonging to " + mOwnerUid); in performShowLocked()
[all …]
DWindowManagerService.java119 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_VISIBILITY;
2347 if (DEBUG_VISIBILITY) { in relayoutWindow()
2417 if (DEBUG_VISIBILITY) Slog.i(TAG_WM, "Releasing surface in: " + win); in relayoutWindow()