Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java51 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
107 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "**** GOOD TO GO"); in handleAppTransitionReady()
351 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "Now opening app" + wtoken); in handleOpeningApps()
386 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "Now closing app " + wtoken); in handleClosingApps()
413 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "Now changing app" + wtoken); in handleChangingApps()
448 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, in transitionGoodToGo()
466 if (DEBUG_APP_TRANSITIONS) { in transitionGoodToGo()
473 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, in transitionGoodToGo()
499 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "isFetchingAppTransitionSpecs=true"); in transitionGoodToGo()
504 if (DEBUG_APP_TRANSITIONS) { in transitionGoodToGo()
[all …]
DWindowManagerDebugConfig.java53 static final boolean DEBUG_APP_TRANSITIONS = false; field in WindowManagerDebugConfig
78 static final boolean DEBUG_REMOTE_ANIMATIONS = DEBUG_APP_TRANSITIONS || false;
DAppTransition.java74 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
1633 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1643 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1649 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1657 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1664 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1671 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1678 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.v(TAG, in loadAnimation()
1689 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in loadAnimation()
1704 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in loadAnimation()
[all …]
DAppWindowToken.java66 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
478 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, "setClientHidden: " + this in setClientHidden()
505 if (DEBUG_APP_TRANSITIONS || DEBUG_ORIENTATION) { in setVisibility()
592 if (DEBUG_APP_TRANSITIONS) { in setVisibility()
630 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, in commitVisibility()
673 if (DEBUG_APP_TRANSITIONS) { in commitVisibility()
879 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, "Removing app token: " + this); in onRemovedFromDisplay()
895 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, "Removing app " + this + " delayed=" + delayed in onRemovedFromDisplay()
2510 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) Slog.i(TAG, "Creating animation bounds layer"); in createAnimationBoundsLayer()
2546 if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { in applyAnimationLocked()
[all …]
DRemoteAnimationController.java21 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
54 || (DEBUG_REMOTE_ANIMATIONS && !DEBUG_APP_TRANSITIONS)
DWallpaperController.java27 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
611 if (DEBUG_APP_TRANSITIONS || DEBUG_WALLPAPER) Slog.v(TAG, in processWallpaperDrawPendingTimeout()
645 if (DEBUG_APP_TRANSITIONS || DEBUG_WALLPAPER) Slog.v(TAG, in wallpaperTransitionReady()
DWindowState.java96 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
1994 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, "Remove " + this in removeIfPossible()
DDisplayContent.java104 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;
4994 if (DEBUG_APP_TRANSITIONS) { in executeAppTransition()