/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | RemoteAnimationAdapterCompat.java | 47 public void onAnimationStart(RemoteAnimationTarget[] apps, in wrapRemoteAnimationRunner() 62 remoteAnimationAdapter.onAnimationStart(appsCompat, animationFinishedCallback); in wrapRemoteAnimationRunner()
|
D | RemoteAnimationRunnerCompat.java | 20 void onAnimationStart(RemoteAnimationTargetCompat[] apps, Runnable finishedCallback); in onAnimationStart() method
|
D | RecentsAnimationListener.java | 26 void onAnimationStart(RecentsAnimationControllerCompat controller, in onAnimationStart() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
D | KeepAwakeAnimationListener.java | 41 public void onAnimationStart(Animation animation) { in onAnimationStart() method in KeepAwakeAnimationListener 56 public void onAnimationStart(Animator animation) { in onAnimationStart() method in KeepAwakeAnimationListener
|
/frameworks/base/core/java/android/animation/ |
D | Animator.java | 537 default void onAnimationStart(Animator animation, boolean isReverse) { in onAnimationStart() method 538 onAnimationStart(animation); in onAnimationStart() 562 void onAnimationStart(Animator animation); in onAnimationStart() method
|
D | AnimatorListenerAdapter.java | 52 public void onAnimationStart(Animator animation) { in onAnimationStart() method in AnimatorListenerAdapter
|
/frameworks/base/core/java/android/view/ |
D | IRemoteAnimationRunner.aidl | 37 void onAnimationStart(in RemoteAnimationTarget[] apps, in onAnimationStart() method
|
D | IRecentsAnimationRunner.aidl | 55 void onAnimationStart(in IRecentsAnimationController controller, in onAnimationStart() method
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Animatable2.java | 53 public void onAnimationStart(Drawable drawable) {}; in onAnimationStart() method in Animatable2.AnimationCallback
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BoundsAnimationTarget.java | 35 boolean onAnimationStart(boolean schedulePipModeChangedCallback, boolean forceUpdate, in onAnimationStart() method
|
D | BoundsAnimationController.java | 220 public void onAnimationStart(Animator animation) { in onAnimationStart() method in BoundsAnimationController.BoundsAnimator 237 continueAnimation = mTarget.onAnimationStart( in onAnimationStart() 253 continueAnimation = mTarget.onAnimationStart( in onAnimationStart()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SettingsButton.java | 111 public void onAnimationStart(Animator animation) { in startExitAnimation() 140 public void onAnimationStart(Animator animation) { in startAccelSpin()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AutoCancelTest.java | 81 public void onAnimationStart(Animator animation) { in setupAnimators() 96 public void onAnimationStart(Animator animation) { in setupAnimators()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/ |
D | TemperatureBackgroundAnimator.java | 213 public void onAnimationStart(Animator animation) { in animateOpen() 300 public void onAnimationStart(Animator animation) { in hideCircle() 335 public void onAnimationStart(Animator animation) { in markState()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DefaultItemAnimator.java | 206 public void onAnimationStart(Animator animator) { in animateRemoveImpl() 236 public void onAnimationStart(Animator animator) { in animateAddImpl() 295 public void onAnimationStart(Animator animator) { in animateMoveImpl() 361 public void onAnimationStart(Animator animator) { in animateChangeImpl() 383 public void onAnimationStart(Animator animator) { in animateChangeImpl()
|
D | DrawableHolder.java | 222 public void onAnimationStart(Animator animation) { in onAnimationStart() method in DrawableHolder
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | ImageRevealHelper.java | 66 public void onAnimationStart(Animator animation) { in ImageRevealHelper()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/wakelock/ |
D | KeepAwakeAnimationListenerTest.java | 56 mKeepAwakeAnimationListener.onAnimationStart((Animator) null); in onAnimationStart_holdsWakeLock()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RemoteAnimationControllerTest.java | 101 verify(mMockRunner).onAnimationStart(appsCaptor.capture(), finishedCaptor.capture()); in testRun() 206 verify(mMockRunner).onAnimationStart(appsCaptor.capture(), finishedCaptor.capture()); in testOneNotStarted() 242 verify(mMockRunner).onAnimationStart(appsCaptor.capture(), finishedCaptor.capture()); in testChange()
|
D | AppChangeTransitionTests.java | 77 public void onAnimationStart(RemoteAnimationTarget[] apps, in onAnimationStart() method in AppChangeTransitionTests.TestRemoteAnimationRunner
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationDozeHelper.java | 94 public void onAnimationStart(Animator animation) { in setIntensityDark()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | RevealActivity.java | 45 public void onAnimationStart(Animator animation) {
|
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
D | AnimatedVectorDrawableTest.java | 81 public void onAnimationStart(Drawable drawable) { in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSDetailClipper.java | 86 public void onAnimationStart(Animator animation) {
|
/frameworks/base/core/java/android/transition/ |
D | Fade.java | 183 public void onAnimationStart(Animator animator) { in onAnimationStart() method in Fade.FadeAnimatorListener
|