Searched refs:mStartTimeCommitted (Results 1 – 3 of 3) sorted by relevance
117 boolean mStartTimeCommitted; field in ValueAnimator672 mStartTimeCommitted = true; // do not allow start time to be compensated for jank in setCurrentFraction()1198 mStartTimeCommitted = true; // do not allow start time to be compensated for jank in reverse()1300 if (!mStartTimeCommitted) { in commitAnimationFrame()1301 mStartTimeCommitted = true; in commitAnimationFrame()1475 mStartTimeCommitted = false; // allow start time to be compensated for jank in doAnimationFrame()1580 anim.mStartTimeCommitted = false; in clone()
54 mStartTimeCommitted = true; // do not allow start time to be compensated for jank in setCurrentPlayTime()
1227 Landroid/animation/ValueAnimator;->mStartTimeCommitted:Z