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

Commit 1c2ebed6 authored by ztenghui's avatar ztenghui
Browse files

Make ViewAnimationUtils final

Change-Id: I356586c77e8a495709e5a99c8b51620b82d9fbac
parent e5e92602
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33053,7 +33053,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.