Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d7d33a4 authored by Mark Lu's avatar Mark Lu Committed by android-build-merger
Browse files

Merge \"docs: fix typo error in class name\" into nyc-dev

am: 35d61e41

Change-Id: I88bd65d22260d6f47905bed60ce7c0c58ed2bc0e
parents 091cdab0 35d61e41
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -594,7 +594,7 @@ implementations of the methods that you can choose to override.</p>
  for just the {@link android.animation.Animator.AnimatorListener#onAnimationEnd onAnimationEnd()}
  for just the {@link android.animation.Animator.AnimatorListener#onAnimationEnd onAnimationEnd()}
  callback:</p>
  callback:</p>
  <pre>
  <pre>
ValueAnimatorAnimator fadeAnim = ObjectAnimator.ofFloat(newBall, "alpha", 1f, 0f);
ValueAnimator fadeAnim = ObjectAnimator.ofFloat(newBall, "alpha", 1f, 0f);
fadeAnim.setDuration(250);
fadeAnim.setDuration(250);
fadeAnim.addListener(new AnimatorListenerAdapter() {
fadeAnim.addListener(new AnimatorListenerAdapter() {
public void onAnimationEnd(Animator animation) {
public void onAnimationEnd(Animator animation) {