Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java24 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
1079 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "**** GOOD TO GO"); in handleAppTransitionReadyLocked()
1190 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, in handleAppTransitionReadyLocked()
1246 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "Now opening app" + wtoken); in handleOpeningApps()
1317 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "Now closing app " + wtoken); in handleClosingApps()
1356 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, in transitionGoodToGo()
1364 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, in transitionGoodToGo()
1391 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "isFetchingAppTransitionSpecs=true"); in transitionGoodToGo()
1418 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, in maybeUpdateTransitToWallpaper()
1427 if (DEBUG_APP_TRANSITIONS) in maybeUpdateTransitToWallpaper()
[all …]
DWindowManagerDebugConfig.java53 static final boolean DEBUG_APP_TRANSITIONS = false; field in WindowManagerDebugConfig
DAppTransition.java44 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
1443 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1453 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1459 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1467 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1474 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1481 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1488 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1499 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in loadAnimation()
1514 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in loadAnimation()
[all …]
DAppWindowToken.java24 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
518 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.d(TAG, in stopUsingSavedSurfaceLocked()
569 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.d(TAG, in restoreSavedSurfaces()
648 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, in setReplacingWindows()
DWallpaperController.java26 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
838 if (DEBUG_APP_TRANSITIONS || DEBUG_WALLPAPER) Slog.v(TAG, in processWallpaperDrawPendingTimeout()
867 if (DEBUG_APP_TRANSITIONS || DEBUG_WALLPAPER) Slog.v(TAG, in wallpaperTransitionReady()
DWindowState.java100 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
2077 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in destroyOrSaveSurface()
2104 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in destroySavedSurface()
2134 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in restoreSavedSurface()
DWindowManagerService.java219 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
2337 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, in removeWindowLocked()
2885 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in relayoutWindow()
3196 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG_WM, in applyAnimationLocked()
3227 if (DEBUG_APP_TRANSITIONS) Slog.d(TAG_WM, "Loading animation for app transition." in applyAnimationLocked()
4074 if (DEBUG_APP_TRANSITIONS) Slog.w(TAG_WM, "Execute app transition: " + mAppTransition in executeAppTransition()
4344 if (DEBUG_APP_TRANSITIONS) Slog.v( in setTokenVisibilityLocked()
4428 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, "setTokenVisibilityLocked: " + wtoken in setTokenVisibilityLocked()
4534 if (DEBUG_APP_TRANSITIONS || DEBUG_ORIENTATION) Slog.v(TAG_WM, "setAppVisibility(" + in setAppVisibility()
4600 if (DEBUG_APP_TRANSITIONS) Slog.v( in setAppVisibility()
[all …]