Home
last modified time | relevance | path

Searched refs:mStartTimeCommitted (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/animation/
DValueAnimator.java118 boolean mStartTimeCommitted; field in ValueAnimator
678 mStartTimeCommitted = true; // do not allow start time to be compensated for jank in setCurrentFraction()
1204 mStartTimeCommitted = true; // do not allow start time to be compensated for jank in reverse()
1306 if (!mStartTimeCommitted) { in commitAnimationFrame()
1307 mStartTimeCommitted = true; in commitAnimationFrame()
1481 mStartTimeCommitted = false; // allow start time to be compensated for jank in doAnimationFrame()
1586 anim.mStartTimeCommitted = false; in clone()
DTimeAnimator.java54 mStartTimeCommitted = true; // do not allow start time to be compensated for jank in setCurrentPlayTime()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt1227 Landroid/animation/ValueAnimator;->mStartTimeCommitted:Z