/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ActivityTransitionAnimator.kt | 207 override fun onTransitionAnimationCancelled() { in onTransitionAnimationCancelled() method 208 listeners.forEach { it.onTransitionAnimationCancelled() } in onTransitionAnimationCancelled() 379 override fun onTransitionAnimationCancelled( in registerEphemeralReturnAnimation() method 382 super.onTransitionAnimationCancelled(newKeyguardOccludedState) in registerEphemeralReturnAnimation() 481 fun onTransitionAnimationCancelled() {} in onTransitionAnimationCancelled() method 598 fun onTransitionAnimationCancelled(newKeyguardOccludedState: Boolean? = null) {} in onTransitionAnimationCancelled() method 712 override fun onTransitionAnimationCancelled() { in onTransitionAnimationCancelled() method in com.android.systemui.animation.DelegatingAnimationCompletionListener 714 delegate?.onTransitionAnimationCancelled() in onTransitionAnimationCancelled() 900 controller.onTransitionAnimationCancelled() in onAnimationStart() 901 listener?.onTransitionAnimationCancelled() in onAnimationStart() [all …]
|
D | DialogTransitionAnimator.kt | 412 override fun onTransitionAnimationCancelled(newKeyguardOccludedState: Boolean?) { in <lambda>() method 413 controller.onTransitionAnimationCancelled() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTransitionAnimatorController.kt | 80 override fun onTransitionAnimationCancelled(newKeyguardOccludedState: Boolean?) { in onTransitionAnimationCancelled() method in com.android.systemui.statusbar.phone.StatusBarTransitionAnimatorController 81 delegate.onTransitionAnimationCancelled() in onTransitionAnimationCancelled()
|
D | LegacyActivityStarterInternalImpl.kt | 593 override fun onTransitionAnimationCancelled(newKeyguardOccludedState: Boolean?) { in <lambda>() method 606 delegate.onTransitionAnimationCancelled(newKeyguardOccludedState) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | ActivityTransitionAnimatorTest.kt | 347 verify(controller).onTransitionAnimationCancelled() in <lambda>() 349 verify(listener).onTransitionAnimationCancelled() in <lambda>() 360 verify(controller).onTransitionAnimationCancelled() in <lambda>() 362 verify(listener).onTransitionAnimationCancelled() in <lambda>() 492 override fun onTransitionAnimationCancelled(newKeyguardOccludedState: Boolean?) { in onTransitionAnimationCancelled() method in com.android.systemui.animation.TestTransitionAnimatorController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationTransitionAnimatorController.kt | 178 override fun onTransitionAnimationCancelled(newKeyguardOccludedState: Boolean?) { in onTransitionAnimationCancelled() method in com.android.systemui.statusbar.notification.NotificationTransitionAnimatorController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationTransitionAnimatorControllerTest.kt | 101 controller.onTransitionAnimationCancelled() in testHunIsRemovedAndCallbackIsInvokedWhenAnimationIsCancelled()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediatorTest.java | 762 mViewMediator.mOccludeAnimationController.onTransitionAnimationCancelled( in testUpdateIsKeyguardAfterOccludeAnimationIsCancelled()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 980 public void onTransitionAnimationCancelled(
|