Loading config/hiddenapi-light-greylist.txt +0 −7 Original line number Diff line number Diff line Loading @@ -48,13 +48,6 @@ Landroid/accounts/IAccountManagerResponse$Stub;-><init>()V Landroid/accounts/IAccountManagerResponse$Stub;->asInterface(Landroid/os/IBinder;)Landroid/accounts/IAccountManagerResponse; Landroid/accounts/IAccountManagerResponse;->onError(ILjava/lang/String;)V Landroid/accounts/IAccountManagerResponse;->onResult(Landroid/os/Bundle;)V Landroid/animation/Animator;->reverse()V Landroid/animation/ArgbEvaluator;->getInstance()Landroid/animation/ArgbEvaluator; Landroid/animation/LayoutTransition;->cancel()V Landroid/animation/LayoutTransition;->cancel(I)V Landroid/animation/ValueAnimator;->animateValue(F)V Landroid/animation/ValueAnimator;->mDuration:J Landroid/animation/ValueAnimator;->sDurationScale:F Landroid/app/ActionBar;->collapseActionView()Z Landroid/app/ActionBar;->DISPLAY_TITLE_MULTIPLE_LINES:I Landroid/app/ActionBar;->setShowHideAnimationEnabled(Z)V Loading core/java/android/animation/Animator.java +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package android.animation; import android.annotation.Nullable; import android.annotation.UnsupportedAppUsage; import android.content.pm.ActivityInfo.Config; import android.content.res.ConstantState; Loading Loading @@ -460,6 +461,7 @@ public abstract class Animator implements Cloneable { /** * @hide */ @UnsupportedAppUsage public void reverse() { throw new IllegalStateException("Reverse is not supported"); } Loading core/java/android/animation/ArgbEvaluator.java +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ package android.animation; import android.annotation.UnsupportedAppUsage; /** * This evaluator can be used to perform type interpolation between integer * values that represent ARGB colors. Loading @@ -31,6 +33,7 @@ public class ArgbEvaluator implements TypeEvaluator { * * @hide */ @UnsupportedAppUsage public static ArgbEvaluator getInstance() { return sInstance; } Loading core/java/android/animation/LayoutTransition.java +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.animation; import android.annotation.UnsupportedAppUsage; import android.view.View; import android.view.ViewGroup; import android.view.ViewParent; Loading Loading @@ -1070,6 +1071,7 @@ public class LayoutTransition { * * @hide */ @UnsupportedAppUsage public void cancel() { if (currentChangingAnimations.size() > 0) { LinkedHashMap<View, Animator> currentAnimCopy = Loading Loading @@ -1105,6 +1107,7 @@ public class LayoutTransition { * * @hide */ @UnsupportedAppUsage public void cancel(int transitionType) { switch (transitionType) { case CHANGE_APPEARING: Loading core/java/android/animation/ValueAnimator.java +4 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ package android.animation; import android.annotation.CallSuper; import android.annotation.IntDef; import android.annotation.TestApi; import android.annotation.UnsupportedAppUsage; import android.os.Looper; import android.os.Trace; import android.util.AndroidRuntimeException; Loading Loading @@ -75,6 +76,7 @@ public class ValueAnimator extends Animator implements AnimationHandler.Animatio /** * Internal constants */ @UnsupportedAppUsage private static float sDurationScale = 1.0f; /** Loading Loading @@ -200,6 +202,7 @@ public class ValueAnimator extends Animator implements AnimationHandler.Animatio // // How long the animation should last in ms @UnsupportedAppUsage private long mDuration = 300; // The amount of time in ms to delay starting the animation after start() is called. Note Loading Loading @@ -1509,6 +1512,7 @@ public class ValueAnimator extends Animator implements AnimationHandler.Animatio * @param fraction The elapsed fraction of the animation. */ @CallSuper @UnsupportedAppUsage void animateValue(float fraction) { fraction = mInterpolator.getInterpolation(fraction); mCurrentFraction = fraction; Loading Loading
config/hiddenapi-light-greylist.txt +0 −7 Original line number Diff line number Diff line Loading @@ -48,13 +48,6 @@ Landroid/accounts/IAccountManagerResponse$Stub;-><init>()V Landroid/accounts/IAccountManagerResponse$Stub;->asInterface(Landroid/os/IBinder;)Landroid/accounts/IAccountManagerResponse; Landroid/accounts/IAccountManagerResponse;->onError(ILjava/lang/String;)V Landroid/accounts/IAccountManagerResponse;->onResult(Landroid/os/Bundle;)V Landroid/animation/Animator;->reverse()V Landroid/animation/ArgbEvaluator;->getInstance()Landroid/animation/ArgbEvaluator; Landroid/animation/LayoutTransition;->cancel()V Landroid/animation/LayoutTransition;->cancel(I)V Landroid/animation/ValueAnimator;->animateValue(F)V Landroid/animation/ValueAnimator;->mDuration:J Landroid/animation/ValueAnimator;->sDurationScale:F Landroid/app/ActionBar;->collapseActionView()Z Landroid/app/ActionBar;->DISPLAY_TITLE_MULTIPLE_LINES:I Landroid/app/ActionBar;->setShowHideAnimationEnabled(Z)V Loading
core/java/android/animation/Animator.java +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package android.animation; import android.annotation.Nullable; import android.annotation.UnsupportedAppUsage; import android.content.pm.ActivityInfo.Config; import android.content.res.ConstantState; Loading Loading @@ -460,6 +461,7 @@ public abstract class Animator implements Cloneable { /** * @hide */ @UnsupportedAppUsage public void reverse() { throw new IllegalStateException("Reverse is not supported"); } Loading
core/java/android/animation/ArgbEvaluator.java +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ package android.animation; import android.annotation.UnsupportedAppUsage; /** * This evaluator can be used to perform type interpolation between integer * values that represent ARGB colors. Loading @@ -31,6 +33,7 @@ public class ArgbEvaluator implements TypeEvaluator { * * @hide */ @UnsupportedAppUsage public static ArgbEvaluator getInstance() { return sInstance; } Loading
core/java/android/animation/LayoutTransition.java +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.animation; import android.annotation.UnsupportedAppUsage; import android.view.View; import android.view.ViewGroup; import android.view.ViewParent; Loading Loading @@ -1070,6 +1071,7 @@ public class LayoutTransition { * * @hide */ @UnsupportedAppUsage public void cancel() { if (currentChangingAnimations.size() > 0) { LinkedHashMap<View, Animator> currentAnimCopy = Loading Loading @@ -1105,6 +1107,7 @@ public class LayoutTransition { * * @hide */ @UnsupportedAppUsage public void cancel(int transitionType) { switch (transitionType) { case CHANGE_APPEARING: Loading
core/java/android/animation/ValueAnimator.java +4 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ package android.animation; import android.annotation.CallSuper; import android.annotation.IntDef; import android.annotation.TestApi; import android.annotation.UnsupportedAppUsage; import android.os.Looper; import android.os.Trace; import android.util.AndroidRuntimeException; Loading Loading @@ -75,6 +76,7 @@ public class ValueAnimator extends Animator implements AnimationHandler.Animatio /** * Internal constants */ @UnsupportedAppUsage private static float sDurationScale = 1.0f; /** Loading Loading @@ -200,6 +202,7 @@ public class ValueAnimator extends Animator implements AnimationHandler.Animatio // // How long the animation should last in ms @UnsupportedAppUsage private long mDuration = 300; // The amount of time in ms to delay starting the animation after start() is called. Note Loading Loading @@ -1509,6 +1512,7 @@ public class ValueAnimator extends Animator implements AnimationHandler.Animatio * @param fraction The elapsed fraction of the animation. */ @CallSuper @UnsupportedAppUsage void animateValue(float fraction) { fraction = mInterpolator.getInterpolation(fraction); mCurrentFraction = fraction; Loading