History log of /packages/apps/Launcher3/src/com/android/launcher3/anim/RoundedRectRevealOutlineProvider.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aa2272f81cc4a62f847db777efda7959cc2b9979 22-Jun-2017 Tony Wickham <twickham@google.com> Popup visual changes

- Don't remove elevation during animation (b/62905720)
- Other adjustments (b/35766387)
- Add "gutter" between notification and shortcuts
- Change shortcuts to always be primary color (e.g. white)
- Scale down shortcut icons when notifications present
- Apply icon extracted color to "Notifications" header

Change-Id: Idf791dc76d15d05d246000ad73810916d7cd1750
/packages/apps/Launcher3/src/com/android/launcher3/anim/RoundedRectRevealOutlineProvider.java
f9e8626fd0a51ddd91668bd1b658438194738743 20-Jun-2017 Jon Miranda <jonmiranda@google.com> Fix shadow problems with Folder animation.

The shadow from the top of the Folder is visible through
the transparent part of the 'preview' background. When we
remove the elevation as part of the animation, the shadow
jumps into visibility when the animation is done.

To solve this, we remove the elevation during the Folder animation and
* Animate the elevation at the end of the Folder opening animation.
* Animate the shadow of the FolderIcon bg in once the Folder is closed.

Bug: 62787582
Bug: 35064148
Change-Id: Id5d8fcbfa4f74882531334f12488560da2496faf
/packages/apps/Launcher3/src/com/android/launcher3/anim/RoundedRectRevealOutlineProvider.java
acaf5b3a37af11b40166c10e856175bb96cb1476 10-May-2017 Tony <twickham@google.com> Remove gap between popup items

- Unround interior corners
- Update colors (shortcuts are gray when next to
notifications, notifications always white)
- Clean up animation to animate entire popup with
simple reveal instead of individual items
animating with reveal and icon scale

Bug: 35766387
Bug: 36110804
Change-Id: I33685d53e2db3904731676123dc230be4dabb5d4
/packages/apps/Launcher3/src/com/android/launcher3/anim/RoundedRectRevealOutlineProvider.java
3b6d403d36fad92a676667e62acdaabc4a9e96b8 12-May-2017 Jon Miranda <jonmiranda@google.com> Keep elevation during the Folder clip animation.

Change-Id: Id2a60de89d5f0fdf6a1173a08a89b9e95e757ea4
/packages/apps/Launcher3/src/com/android/launcher3/anim/RoundedRectRevealOutlineProvider.java
733abf02d11945dc33130f05a7fbdaddabf2d081 29-Mar-2017 Jon Miranda <jonmiranda@google.com> Fix folder animations in spring loaded mode + polish.

* Changed interpolators.

Bug: 36653850
Bug: 35064148
Change-Id: I44a732be969582f718d7dc2f82a9f976331821cb
/packages/apps/Launcher3/src/com/android/launcher3/anim/RoundedRectRevealOutlineProvider.java
d4d171425e64ee23a8e3034eebeee3270f21002b 03-Mar-2017 Jon Miranda <jonmiranda@google.com> Added RoundedRectRevealOutlineProvider.

This will be used in the new Folder animation. In the opening
animation, the reveal starts out as a circle and progessively
turns into a rounded rectangle. The closing animation is the reverse.

Bug: 35064148
Change-Id: I8accbaa83abee881bc3e16119c7602796c9963cb
/packages/apps/Launcher3/src/com/android/launcher3/anim/RoundedRectRevealOutlineProvider.java