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

Commit 74f89e78 authored by Brian Attwell's avatar Brian Attwell
Browse files

Unhid ChangeScroll

ChangeScroll is already publicly usable via transition
xml files. This directly unhides the java class.

Bug: 18777272
Change-Id: I3b9982dc4ff3f4e8752b39ee6eb67b617073e2ff
parent c82be5f2
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -31340,6 +31340,13 @@ package android.transition {
    method public void captureStartValues(android.transition.TransitionValues);
  }
  public class ChangeScroll extends android.transition.Transition {
    ctor public ChangeScroll();
    ctor public ChangeScroll(android.content.Context, android.util.AttributeSet);
    method public void captureEndValues(android.transition.TransitionValues);
    method public void captureStartValues(android.transition.TransitionValues);
  }
  public class ChangeTransform extends android.transition.Transition {
    ctor public ChangeTransform();
    ctor public ChangeTransform(android.content.Context, android.util.AttributeSet);
@@ -41755,7 +41762,7 @@ package java.lang {
    method public static double nextUp(double);
    method public static float nextUp(float);
    method public static double pow(double, double);
    method public static synchronized double random();
    method public static double random();
    method public static double rint(double);
    method public static long round(double);
    method public static int round(float);
+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@ import android.view.ViewGroup;
/**
 * This transition captures the scroll properties of targets before and after
 * the scene change and animates any changes.
 *
 * @hide
 */
public class ChangeScroll extends Transition {