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;
1077 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "**** GOOD TO GO"); in handleAppTransitionReadyLocked()
1169 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, in handleAppTransitionReadyLocked()
1220 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "Now opening app" + wtoken); in handleOpeningApps()
1311 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "Now closing app " + wtoken); in handleClosingApps()
1350 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, in transitionGoodToGo()
1358 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, in transitionGoodToGo()
1385 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "isFetchingAppTransitionSpecs=true"); in transitionGoodToGo()
1412 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, in maybeUpdateTransitToWallpaper()
1421 if (DEBUG_APP_TRANSITIONS) in maybeUpdateTransitToWallpaper()
[all …]
DAppTransition.java44 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
1433 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1443 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1449 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1457 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1464 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1471 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1478 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1489 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in loadAnimation()
1504 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in loadAnimation()
[all …]
DWindowManagerDebugConfig.java53 static final boolean DEBUG_APP_TRANSITIONS = false; field in WindowManagerDebugConfig
DAppWindowToken.java22 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
447 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.d(TAG, in stopUsingSavedSurfaceLocked()
498 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.d(TAG, in restoreSavedSurfaces()
577 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, in setReplacingWindows()
DWallpaperController.java26 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
814 if (DEBUG_APP_TRANSITIONS || DEBUG_WALLPAPER) Slog.v(TAG, in processWallpaperDrawPendingTimeout()
843 if (DEBUG_APP_TRANSITIONS || DEBUG_WALLPAPER) Slog.v(TAG, in wallpaperTransitionReady()
DWindowState.java99 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
2055 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in destroyOrSaveSurface()
2082 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in destroySavedSurface()
2100 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in restoreSavedSurface()
DWindowManagerService.java216 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
2328 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, in removeWindowLocked()
2876 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in relayoutWindow()
3168 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG_WM, in applyAnimationLocked()
3199 if (DEBUG_APP_TRANSITIONS) Slog.d(TAG_WM, "Loading animation for app transition." in applyAnimationLocked()
4034 if (DEBUG_APP_TRANSITIONS) Slog.w(TAG_WM, "Execute app transition: " + mAppTransition in executeAppTransition()
4304 if (DEBUG_APP_TRANSITIONS) Slog.v( in setTokenVisibilityLocked()
4388 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, "setTokenVisibilityLocked: " + wtoken in setTokenVisibilityLocked()
4476 if (DEBUG_APP_TRANSITIONS || DEBUG_ORIENTATION) Slog.v(TAG_WM, "setAppVisibility(" + in setAppVisibility()
4542 if (DEBUG_APP_TRANSITIONS) Slog.v( in setAppVisibility()
[all …]