| commit | fc0ce83745ea40d03b312eade8a88a07ed990030 | [log] [tgz] |
|---|---|---|
| author | Jon Miranda <jonmiranda@google.com> | Tue Feb 28 15:10:10 2017 -0800 |
| committer | Jon Miranda <jonmiranda@google.com> | Tue Feb 28 17:51:03 2017 -0800 |
| tree | 17b3ee3d81c8278c5424901224dceffc442b2d0e | |
| parent | d8745db015aff616d25359ec3bf542174aca9de2 [diff] |
Prepare Folder for new Folder animation implementation.
Refactored animator logic to separate methods, so that it is easier
to swap out implementation with the LAUNCHER3_NEW_FOLDER_ANIMATION flag.
ie.
AnimatorSet anim = LAUNCHER3_NEW_FOLDER_ANIMATION
? getNewOpeningAnimatorSet()
: getOpeningAnimatorSet();
Bug: 35064148
Change-Id: I32a646aaed5081438d7a733dc3e7cceb484998ab