Searched refs:WM_DEBUG_APP_TRANSITIONS (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppTransitionController.java | 209 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in handleAppTransitionReady() 217 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, "**** GOOD TO GO"); in handleAppTransitionReady() 272 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in handleAppTransitionReady() 469 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, "Wallpaper animation!"); in getTransitCompatType() 761 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in overrideWithTaskFragmentRemoteAnimation() 974 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in getAnimationTargets() 1164 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, "Now opening app %s", app); in handleOpeningApps() 1207 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, "Now closing app %s", app); in handleClosingApps() 1257 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in transitionGoodToGo() 1275 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in transitionGoodToGo() [all …]
|
H A D | WallpaperWindowToken.java | 22 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 205 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in commitVisibility()
|
H A D | WindowToken.java | 23 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 405 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in setClientVisible()
|
H A D | AppTransition.java | 92 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 1101 ProtoLog.i(WM_DEBUG_APP_TRANSITIONS, "Override pending remote transitionSet=%b adapter=%s", in overridePendingAppTransitionRemote() 1616 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in handleAppTransitionTimeout()
|
H A D | WindowState.java | 105 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 2449 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in removeIfPossible() 4696 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, "shouldWaitAnimatingExit: isTransition: %s", in shouldFinishAnimatingExit() 4705 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, "shouldWaitAnimatingExit: isAnimating: %s", in shouldFinishAnimatingExit() 4712 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, in shouldFinishAnimatingExit() 4729 ProtoLog.w(WM_DEBUG_APP_TRANSITIONS, "Clear window stuck on animatingExit status: %s", in cleanupAnimatingExitWindow()
|
H A D | ActivityRecord.java | 130 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 4288 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, "Removing app token: %s", this); in onRemovedFromDisplay() 4324 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in onRemovedFromDisplay() 5330 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in setVisibility() 5501 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, in deferCommitVisibilityChange() 5554 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, "commitVisibility: %s: visible=%b" in commitVisibility() 7662 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, "No thumbnail header bitmap for: %s", task); in attachThumbnailAnimation()
|
H A D | WindowContainer.java | 39 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 3387 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, in loadAnimation()
|
H A D | DisplayContent.java | 95 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 5647 ProtoLog.w(WM_DEBUG_APP_TRANSITIONS, in executeAppTransition()
|
/aosp14/frameworks/base/core/java/com/android/internal/protolog/ |
H A D | ProtoLogGroup.java | 61 WM_DEBUG_APP_TRANSITIONS(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false, enumConstant
|