Home
last modified time | relevance | path

Searched refs:WM_DEBUG_ANIM (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimator.java19 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);
DWindowStateAnimator.java26 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()
DWindowState.java101 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 …]
DWindowContainer.java38 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()
DAppTransition.java91 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ANIM;
245 context, ProtoLog.isEnabled(WM_DEBUG_ANIM, LogLevel.DEBUG), TAG); in AppTransition()
DDisplayPolicy.java74 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");
DDisplayRotation.java30 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ANIM;
840 ProtoLog.i(WM_DEBUG_ANIM, "selectRotationAnimation topFullscreen=%s" in selectRotationAnimation()
DActivityRecord.java143 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ANIM;
7990 ProtoLog.v(WM_DEBUG_ANIM, "Animation done in %s" in onAnimationFinished()
DWindowManagerService.java103 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/
DProtoLogGroup.java65 WM_DEBUG_ANIM(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false, Consts.TAG_WM), enumConstant