Home
last modified time | relevance | path

Searched refs:DEBUG_TRANSITION_ANIMATION (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt145 if (ActivityTransitionAnimator.DEBUG_TRANSITION_ANIMATION) { in onIntentStarted()
179 if (ActivityTransitionAnimator.DEBUG_TRANSITION_ANIMATION) { in onTransitionAnimationCancelled()
199 if (ActivityTransitionAnimator.DEBUG_TRANSITION_ANIMATION) { in onTransitionAnimationEnd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DNotificationLaunchAnimationInteractor.kt43 if (ActivityTransitionAnimator.DEBUG_TRANSITION_ANIMATION) { in setIsLaunchAnimationRunning()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt154 @JvmField val DEBUG_TRANSITION_ANIMATION = Build.IS_DEBUGGABLE constant
327 if (DEBUG_TRANSITION_ANIMATION) { in Controller()
894 if (DEBUG_TRANSITION_ANIMATION) { in onAnimationStart()
1033 if (DEBUG_TRANSITION_ANIMATION) { in startAnimation()
1048 if (DEBUG_TRANSITION_ANIMATION) { in startAnimation()
1255 if (DEBUG_TRANSITION_ANIMATION) { in onAnimationTimedOut()
1279 if (DEBUG_TRANSITION_ANIMATION) { in onAnimationCancelled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java713 if (ActivityTransitionAnimator.DEBUG_TRANSITION_ANIMATION) { in setExpandAnimationRunning()