Loading core/java/android/animation/Animator.java +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ public abstract class Animator implements Cloneable { * backing field for backgroundPauseDelay property. This could be simply a hardcoded * value in AnimationHandler, but it is useful to be able to change the value in tests. */ private static long sBackgroundPauseDelay = 10000; private static long sBackgroundPauseDelay = 1000; /** * Sets the duration for delaying pausing animators when apps go into the background. Loading Loading
core/java/android/animation/Animator.java +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ public abstract class Animator implements Cloneable { * backing field for backgroundPauseDelay property. This could be simply a hardcoded * value in AnimationHandler, but it is useful to be able to change the value in tests. */ private static long sBackgroundPauseDelay = 10000; private static long sBackgroundPauseDelay = 1000; /** * Sets the duration for delaying pausing animators when apps go into the background. Loading