Home
last modified time | relevance | path

Searched refs:onAnimationStarted (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/shared/transition/
DFakeKeyguardTransitionAnimationCallbackTest.kt39 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/
DKeyguardTransitionAnimationCallbackDelegator.kt28 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()
DKeyguardTransitionAnimationCallback.kt27 fun onAnimationStarted(from: KeyguardState, to: KeyguardState) method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTouchAnimator.java79 mListener.onAnimationStarted(); in setPosition()
109 public void onAnimationStarted() { } in onAnimationStarted() method in TouchAnimator.ListenerAdapter
129 void onAnimationStarted(); in onAnimationStarted() method
DQSAnimator.java708 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/
DFakeKeyguardTransitionAnimationCallback.kt38 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/
DFoldAodAnimationController.kt78 /* 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/
DLockscreenContent.kt98 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/
DTouchAnimatorTest.java225 Mockito.verify(mTouchListener, Mockito.times(times)).onAnimationStarted(); in verifyOnAnimationStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardTransitionRepository.kt260 transitionCallback.onAnimationStarted(info.from, info.to) in startTransition()
/frameworks/base/core/java/android/app/
DActivityOptions.java773 listener.onAnimationStarted(elapsedRealtime); in setOnAnimationStartedListener()
790 void onAnimationStarted(long elapsedRealTime); in onAnimationStarted() method
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java12119 onAnimationStarted(viewHolder); in dispatchAnimationStarted()
12129 public void onAnimationStarted(ViewHolder viewHolder) { in onAnimationStarted() method in RecyclerView.ItemAnimator
/frameworks/base/core/api/
Dtest-current.txt220 method public void onAnimationStarted(long);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt1708 Landroid/app/ActivityOptions$OnAnimationStartedListener;->onAnimationStarted()V