OSDN Git Service

New public API for calculating the total duration of an animation
authorDoris Liu <tianliu@google.com>
Fri, 2 Oct 2015 00:27:20 +0000 (17:27 -0700)
committerDoris Liu <tianliu@google.com>
Tue, 13 Oct 2015 01:24:40 +0000 (18:24 -0700)
commit8b7c99cca2c9996a0ac2d87f24bd3ef83fd10be5
tree034eef66548908c1a5caa03a70a0d9c3f9dbb019
parentf86aed1ed3bb7d16a0ee34596472d386c3964e31
New public API for calculating the total duration of an animation

Total duration is the total amount of time an animation takes from
start to finish. It include start delay (if any), child animation
sequence, accounting for repeat.

Change-Id: Id5b36a63c02e25586aefd38612aa5867492e1adb
api/current.txt
api/system-current.txt
core/java/android/animation/Animator.java
core/java/android/animation/AnimatorSet.java
core/java/android/animation/ValueAnimator.java
core/java/android/view/RenderNodeAnimator.java