Searched refs:WM_DEBUG_APP_TRANSITIONS (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransitionController.java | 60 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 207 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in handleAppTransitionReady() 215 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, "**** GOOD TO GO"); in handleAppTransitionReady() 271 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in handleAppTransitionReady() 468 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, "Wallpaper animation!"); in getTransitCompatType() 721 ProtoLog.e(WM_DEBUG_APP_TRANSITIONS, "We don't support remote animation for" in findTaskFragmentOrganizer() 760 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in overrideWithTaskFragmentRemoteAnimation() 780 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, "Task=%d contains embedded TaskFragment." in overrideWithTaskFragmentRemoteAnimation() 973 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in getAnimationTargets() 1163 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, "Now opening app %s", app); in handleOpeningApps() [all …]
|
D | WallpaperWindowToken.java | 22 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 239 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in commitVisibility()
|
D | WindowToken.java | 22 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 399 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in setClientVisible()
|
D | AppTransition.java | 92 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 1088 ProtoLog.i(WM_DEBUG_APP_TRANSITIONS, "Override pending remote transitionSet=%b adapter=%s", in overridePendingAppTransitionRemote() 1595 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in handleAppTransitionTimeout()
|
D | WindowState.java | 102 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 2429 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in removeIfPossible() 4732 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, "shouldWaitAnimatingExit: isTransition: %s", in shouldFinishAnimatingExit() 4741 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, "shouldWaitAnimatingExit: isAnimating: %s", in shouldFinishAnimatingExit() 4748 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, in shouldFinishAnimatingExit() 4765 ProtoLog.w(WM_DEBUG_APP_TRANSITIONS, "Clear window stuck on animatingExit status: %s", in cleanupAnimatingExitWindow()
|
D | ActivityRecord.java | 144 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 4495 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, "Removing app token: %s", this); in onRemovedFromDisplay() 4531 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in onRemovedFromDisplay() 5572 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, in setVisibility() 5734 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, in deferCommitVisibilityChange() 5787 ProtoLog.v(WM_DEBUG_APP_TRANSITIONS, "commitVisibility: %s: visible=%b" in commitVisibility() 7884 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, "No thumbnail header bitmap for: %s", task); in attachThumbnailAnimation()
|
D | WindowContainer.java | 39 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 3368 ProtoLog.d(WM_DEBUG_APP_TRANSITIONS, in loadAnimation()
|
D | DisplayContent.java | 91 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_APP_TRANSITIONS; 5691 ProtoLog.w(WM_DEBUG_APP_TRANSITIONS, in executeAppTransition()
|
/frameworks/base/core/java/com/android/internal/protolog/ |
D | ProtoLogGroup.java | 63 WM_DEBUG_APP_TRANSITIONS(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false, enumConstant
|