/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/shared/transition/ |
D | FakeKeyguardTransitionAnimationCallbackTest.kt | 39 fun onAnimationStarted() = in onAnimationStarted() method 43 underTest.onAnimationStarted(KeyguardState.LOCKSCREEN, KeyguardState.AOD) in onAnimationStarted() 46 underTest.onAnimationStarted(KeyguardState.AOD, KeyguardState.ALTERNATE_BOUNCER) in onAnimationStarted() 53 underTest.onAnimationStarted(KeyguardState.LOCKSCREEN, KeyguardState.AOD) in onAnimationEnded() 54 underTest.onAnimationStarted(KeyguardState.AOD, KeyguardState.ALTERNATE_BOUNCER) in onAnimationEnded() 67 underTest.onAnimationStarted(KeyguardState.LOCKSCREEN, KeyguardState.AOD) in onAnimationCanceled() 68 underTest.onAnimationStarted(KeyguardState.AOD, KeyguardState.ALTERNATE_BOUNCER) in onAnimationCanceled() 81 underTest.onAnimationStarted(KeyguardState.LOCKSCREEN, KeyguardState.AOD) in onAnimationEnded_throwsWhenNoSuchAnimation() 82 underTest.onAnimationStarted(KeyguardState.AOD, KeyguardState.ALTERNATE_BOUNCER) in onAnimationEnded_throwsWhenNoSuchAnimation() 91 underTest.onAnimationStarted(KeyguardState.LOCKSCREEN, KeyguardState.AOD) in onAnimationCanceled_throwsWhenNoSuchAnimation() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/transition/ |
D | KeyguardTransitionAnimationCallbackDelegator.kt | 28 override fun onAnimationStarted(from: KeyguardState, to: KeyguardState) { in onAnimationStarted() method in com.android.systemui.keyguard.shared.transition.KeyguardTransitionAnimationCallbackDelegator 29 delegate?.onAnimationStarted(from, to) in onAnimationStarted()
|
D | KeyguardTransitionAnimationCallback.kt | 27 fun onAnimationStarted(from: KeyguardState, to: KeyguardState) method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 79 mListener.onAnimationStarted(); in setPosition() 109 public void onAnimationStarted() { } in onAnimationStarted() method in TouchAnimator.ListenerAdapter 129 void onAnimationStarted(); in onAnimationStarted() method
|
D | QSAnimator.java | 708 public void onAnimationStarted() { in onAnimationStarted() method in QSAnimator 773 public void onAnimationStarted() { 810 mListener.onAnimationStarted();
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/shared/transition/ |
D | FakeKeyguardTransitionAnimationCallback.kt | 38 override fun onAnimationStarted(from: KeyguardState, to: KeyguardState) { in onAnimationStarted() method in com.android.systemui.keyguard.shared.transition.FakeKeyguardTransitionAnimationCallback
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | FoldAodAnimationController.kt | 78 /* startAction= */ { foldToAodLatencyTracker.onAnimationStarted() }, in <lambda>() 267 fun onAnimationStarted() { in <lambda>() method in com.android.systemui.unfold.FoldAodAnimationController.FoldToAodLatencyTracker
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/ |
D | LockscreenContent.kt | 98 override fun onAnimationStarted(from: KeyguardState, to: KeyguardState) { in onAnimationStarted() method in com.android.systemui.keyguard.ui.composable.KeyguardTransitionAnimationCallbackImpl
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ |
D | TouchAnimatorTest.java | 225 Mockito.verify(mTouchListener, Mockito.times(times)).onAnimationStarted(); in verifyOnAnimationStarted()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardTransitionRepository.kt | 260 transitionCallback.onAnimationStarted(info.from, info.to) in startTransition()
|
/frameworks/base/core/java/android/app/ |
D | ActivityOptions.java | 773 listener.onAnimationStarted(elapsedRealtime); in setOnAnimationStartedListener() 790 void onAnimationStarted(long elapsedRealTime); in onAnimationStarted() method
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 12119 onAnimationStarted(viewHolder); in dispatchAnimationStarted() 12129 public void onAnimationStarted(ViewHolder viewHolder) { in onAnimationStarted() method in RecyclerView.ItemAnimator
|
/frameworks/base/core/api/ |
D | test-current.txt | 220 method public void onAnimationStarted(long);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 1708 Landroid/app/ActivityOptions$OnAnimationStartedListener;->onAnimationStarted()V
|