diff options
author | Doris Liu <tianliu@google.com> | 2015-08-27 14:56:30 -0700 |
---|---|---|
committer | Doris Liu <tianliu@google.com> | 2015-08-27 16:13:48 -0700 |
commit | 3dbaae1ef4f221b3626810f4ba19eec068dd6304 (patch) | |
tree | caf8b0d2304a5545aa1c00d2544277032eeb16a9 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 2916fa11eea3e119b8f24bea4daa861294951813 (diff) |
Prevents recursive call into end() or cancel()
end() and cancel() in ValueAnimator will trigger onAnimationCancel
or onAnimationEnd callback on its listeners. If additional end()
or cancel() request comes from the callback, a loop will be formed.
Therefore, we need to mark when the end is reuqested so we do not
process end() or cancel() request multiple times during one animation
run, and also effectively terminate the loop.
Bug: 23596652
Change-Id: Iefb69eb8969071b43124c09d7cccbe9ff5ba5dcc
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions