Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java136 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG, in sendAppVisibilityToClients()
154 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG, in updateReportedVisibilityLocked()
165 if (WindowManagerService.DEBUG_VISIBILITY) { in updateReportedVisibilityLocked()
203 …if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(WindowManagerService.TAG, "VIS " + this + ": int… in updateReportedVisibilityLocked()
214 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v( in updateReportedVisibilityLocked()
DWindowAnimator.java310 WindowManagerService.DEBUG_VISIBILITY) Slog.v(TAG, in updateWindowsLocked()
337 if (DEBUG_KEYGUARD || WindowManagerService.DEBUG_VISIBILITY) Slog.v(TAG, in updateWindowsLocked()
352 if (DEBUG_KEYGUARD || WindowManagerService.DEBUG_VISIBILITY) Slog.v(TAG, in updateWindowsLocked()
372 if (DEBUG_KEYGUARD || WindowManagerService.DEBUG_VISIBILITY) Slog.v(TAG, in updateWindowsLocked()
DDisplayContent.java20 import static com.android.server.wm.WindowManagerService.DEBUG_VISIBILITY;
251 if (DEBUG_VISIBILITY) Slog.w(TAG, "user changing " + newUserId + " hiding " in switchUserStacks()
DWindowStateAnimator.java27 import static com.android.server.wm.WindowManagerService.DEBUG_VISIBILITY;
387 if (DEBUG_VISIBILITY) { in stepAnimationLocked()
822 if (DEBUG_VISIBILITY) { in createSurfaceLocked()
952 if (DEBUG_VISIBILITY) { in destroySurfaceLocked()
1535 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(TAG, "Showing " + w in prepareSurfaceLocked()
1655 if (DEBUG_VISIBILITY || (DEBUG_STARTING_WINDOW && in performShowLocked()
1679 if (DEBUG_VISIBILITY || (DEBUG_STARTING_WINDOW && in performShowLocked()
1765 if (DEBUG_VISIBILITY) Slog.v(TAG, in showSurfaceRobustlyLocked()
DWindowState.java23 import static com.android.server.wm.WindowManagerService.DEBUG_VISIBILITY;
1189 if (DEBUG_VISIBILITY) Slog.v(TAG, "Policy visibility true: " + this); in showLw()
1191 if (DEBUG_VISIBILITY) Slog.v(TAG, "doAnimation: mPolicyVisibility=" in showLw()
1239 if (DEBUG_VISIBILITY) Slog.v(TAG, "Policy visibility false: " + this); in hideLw()
DAppWindowAnimator.java340 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(TAG, in showAllWindowsLocked()
DWindowManagerService.java176 static final boolean DEBUG_VISIBILITY = false; field in WindowManagerService
2228 if (DEBUG_VISIBILITY || DEBUG_WALLPAPER_LIGHT) Slog.v(TAG, in dispatchWallpaperVisibility()
3127 if (DEBUG_VISIBILITY) Slog.v(TAG, in relayoutWindow()
3191 if (DEBUG_VISIBILITY) Slog.i(TAG, "Relayout invis " + win in relayoutWindow()
3232 if (DEBUG_VISIBILITY) Slog.i(TAG, "Releasing surface in: " + win); in relayoutWindow()
7825 if (DEBUG_VISIBILITY) Slog.v( in handleMessage()
7839 if (DEBUG_VISIBILITY) Slog.v( in handleMessage()
9576 if (DEBUG_VISIBILITY) Slog.v(TAG, in updateAllDrawnLocked()
9857 if (DEBUG_VISIBILITY || DEBUG_ORIENTATION) { in performLayoutAndPlaceSurfacesLockedInner()
9874 if (DEBUG_VISIBILITY || DEBUG_ORIENTATION) Slog.v(TAG, in performLayoutAndPlaceSurfacesLockedInner()
[all …]