History log of /packages/apps/Launcher3/src/com/android/launcher3/folder/PreviewBackground.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e29897f503d54866fac279aa366922219d60b834 20-Jul-2017 Sunny Goyal <sunnygoyal@google.com> Adding spring effect for folder icons when dragging similar to adaptive icons

Bug: 63889144
Change-Id: Idd1fd13c6343bf3e0a3a0e5ff0be730d41996575
/packages/apps/Launcher3/src/com/android/launcher3/folder/PreviewBackground.java
5247f5b05ad0708a059530be07841e17f110cc1c 04-Jul-2017 Sunny Goyal <sunnygoyal@google.com> Fixing preview for newly created folder not getting clipped properly.

When a new folder was created, isClipping was set to false so that the stroke is
drawn behind the previewItems, but it was never reset to true.

Bug: 37654209
Change-Id: I03e94008dd19d8c5a0acb61207ebac33860fdf1d
/packages/apps/Launcher3/src/com/android/launcher3/folder/PreviewBackground.java
72b5fd186e7c9399b9c7853d1fc1f3d678ce5f30 26-Jun-2017 Jon Miranda <jonmiranda@google.com> Grid change polish bugs.

- Folder icons were too small in landscape.
- Folders can now be 16dp away from the edge
(used to be 64dp which resulted in super small folders)
- Decrease page spacing back to 8dp
- Decrease PreviewBackground accept scale factor since
hotseat is now generally smaller.

Bug: 37014334
Bug: 37015359
Change-Id: Icbb53d34136bfdb93796d48f7379da6b9e214345
/packages/apps/Launcher3/src/com/android/launcher3/folder/PreviewBackground.java
a0233f72bedd7d91cf2b6febec49fadf89a60c1f 23-Jun-2017 Jon Miranda <jonmiranda@google.com> Move PreviewBackground into its own class file.

This is done in preparation for new PreviewBackground animation
where we will be animating in the first page preview items when
closing the Folder from a non-first page.

Bug: 36022592
Bug: 35064148
Change-Id: Id4d54da16ddfa852ca639a2dc8d328307d4d443a
/packages/apps/Launcher3/src/com/android/launcher3/folder/PreviewBackground.java