summaryrefslogtreecommitdiff
path: root/tools/aapt2/diff/Diff.cpp
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2017-01-17 17:10:42 -0800
committerDoris Liu <tianliu@google.com>2017-01-25 02:13:25 -0800
commit13351997aa36eb53e5ff0fcee3f5e3da83787278 (patch)
treed68bf7ab3502755b62659c6c1337ee931e76d340 /tools/aapt2/diff/Diff.cpp
parentb81d978490269780b3333ac55bcb3af7732cf098 (diff)
New functionalities for AnimatorSet: Reverse, Seek
This CL adds reverse and seek to AnimatorSet's capabilities. Structural changes: 1) Child animators are now being pulsed by AnimatorSet in a more timeline manner, as opposed to the old listener based style. This timeline based approach avoids the time offset in between sequential animations, and therefore produces a more accurate overall duration. 2) Timeline is done by representing start and end of each child animator in two separate events. All the events are then sorted based on the time they happen, such that it's clear what should happen in between last frame and the new frame (i.e. which animations should start or end). Test: CTS (in the same topic branch) Bug: 30993532 Change-Id: If1dc6e8dbc93a4bf5ade8c5b0dcf43d3ee6ba7b5
Diffstat (limited to 'tools/aapt2/diff/Diff.cpp')
0 files changed, 0 insertions, 0 deletions