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

Commit 7cd8ec23 authored by ztenghui's avatar ztenghui Committed by Android (Google) Code Review
Browse files

Merge "Make ViewAnimationUtils final"

parents 803c5eb1 1c2ebed6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33084,7 +33084,7 @@ package android.view {
    method public abstract boolean onTouch(android.view.View, android.view.MotionEvent);
  }
  public class ViewAnimationUtils {
  public final class ViewAnimationUtils {
    method public static final android.animation.ValueAnimator createCircularReveal(android.view.View, int, int, float, float);
  }
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ import android.animation.ValueAnimator;
 * Defines common utilities for working with View's animations.
 *
 */
public class ViewAnimationUtils {
public final class ViewAnimationUtils {
    private ViewAnimationUtils() {}
    /**
     * Returns a ValueAnimator which can animate a clipping circle.