Searched refs:WM_DEBUG_ANIM (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimator.java | 19 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ANIM; 192 ProtoLog.i(WM_DEBUG_ANIM, "Animation start delayed for %s", mAnimatable); 196 if (ProtoLog.isEnabled(WM_DEBUG_ANIM, LogLevel.DEBUG)) { 200 ProtoLog.d(WM_DEBUG_ANIM, "Animation start for %s, anim=%s", mAnimatable, sw); 353 ProtoLog.i(WM_DEBUG_ANIM, "Cancelling animation restarting=%b for %s", 433 ProtoLog.i(WM_DEBUG_ANIM, "Reparenting to original parent: %s for %s", 459 ProtoLog.i(WM_DEBUG_ANIM, "Reparenting to leash for %s", animatable);
|
D | WindowStateAnimator.java | 26 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ANIM; 173 ProtoLog.v(WM_DEBUG_ANIM, "Animation done in %s: exiting=%b, reportedVisible=%b", in onAnimationFinished() 250 ProtoLog.i(WM_DEBUG_ANIM, "commitFinishDrawingLocked: mDrawState=READY_TO_SHOW %s", in commitFinishDrawingLocked() 283 ProtoLog.i(WM_DEBUG_ANIM, "createSurface %s: mDrawState=DRAW_PENDING", this); in createSurfaceLocked() 597 if (ProtoLog.isEnabled(WM_DEBUG_ANIM, LogLevel.VERBOSE)) { in applyAnimationLocked() 598 ProtoLog.v(WM_DEBUG_ANIM, "applyAnimation: win=%s" in applyAnimationLocked()
|
D | WindowState.java | 101 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ANIM; 2137 ProtoLog.d(WM_DEBUG_ANIM, in onAppVisibilityChanged() 2463 ProtoLog.v(WM_DEBUG_ANIM, in removeIfPossible() 2497 ProtoLog.v(WM_DEBUG_ANIM, "Set animatingExit: reason=remove/isAnimating win=%s", in removeIfPossible() 3352 ProtoLog.d(WM_DEBUG_ANIM, "Clear animatingExit: reason=destroySurface win=%s", this); in destroySurfaceUnchecked() 4439 ProtoLog.v(WM_DEBUG_ANIM, "performShowLocked: mDrawState=HAS_DRAWN in %s", this); in performShowLocked() 4772 if (ProtoLog.isEnabled(WM_DEBUG_ANIM, LogLevel.VERBOSE)) { in onExitAnimationDone() 4779 ProtoLog.v(WM_DEBUG_ANIM, "onExitAnimationDone in %s" in onExitAnimationDone() 4840 ProtoLog.d(WM_DEBUG_ANIM, "Clear animatingExit: reason=exitAnimationDone win=%s", this); in onExitAnimationDone() 4869 ProtoLog.d(WM_DEBUG_ANIM, "Clear animatingExit: reason=clearAnimatingFlags win=%s", in clearAnimatingFlags() [all …]
|
D | WindowContainer.java | 38 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ANIM; 2954 ProtoLog.v(WM_DEBUG_ANIM, "Starting animation on %s: type=%d, anim=%s", in startAnimation() 3384 if (ProtoLog.isEnabled(WM_DEBUG_ANIM, LogLevel.DEBUG)) { in loadAnimation() 3385 ProtoLog.i(WM_DEBUG_ANIM, "Loaded animation %s for %s, duration: %d, stack=%s", in loadAnimation() 4270 ProtoLog.e(WM_DEBUG_ANIM, in addTrustedOverlay() 4283 ProtoLog.e(WM_DEBUG_ANIM, in addTrustedOverlay()
|
D | AppTransition.java | 91 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ANIM; 245 context, ProtoLog.isEnabled(WM_DEBUG_ANIM, LogLevel.DEBUG), TAG); in AppTransition()
|
D | DisplayPolicy.java | 74 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ANIM; 1330 ProtoLog.i(WM_DEBUG_ANIM, "selectAnimation in %s: transit=%d", win, transit); 1339 ProtoLog.i(WM_DEBUG_ANIM, "**** STARTING EXIT");
|
D | DisplayRotation.java | 30 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ANIM; 840 ProtoLog.i(WM_DEBUG_ANIM, "selectRotationAnimation topFullscreen=%s" in selectRotationAnimation()
|
D | ActivityRecord.java | 143 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ANIM; 7990 ProtoLog.v(WM_DEBUG_ANIM, "Animation done in %s" in onAnimationFinished()
|
D | WindowManagerService.java | 103 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ANIM; 2785 ProtoLog.d(WM_DEBUG_ANIM, in tryStartExitingAnimation()
|
/frameworks/base/core/java/com/android/internal/protolog/ |
D | ProtoLogGroup.java | 65 WM_DEBUG_ANIM(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false, Consts.TAG_WM), enumConstant
|