Skip to content

代码CR #13

Description

@Nullifier1571
private ValueAnimator.AnimatorUpdateListener animatorUpdateListener = new ValueAnimator.AnimatorUpdateListener() {
@Override
public void onAnimationUpdate(ValueAnimator animation) {
if (animating) {
for (int j = 0; j < numLength; j++) {
speedSum[j] -= speedList[j];
}
invalidate();
} else {
stopAnimatorLoop();
}
}
};

这里 stopAnimatorLoop(); 为啥不改标记位置animating=false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions