Folder updates.

- 3 item folder preview has the first item on top of the other 2
- Skip first frame of the folder open animation as there is no
  visual change in that first frame.

Bug: 175329686
Test: visual
Change-Id: Ida9a55ee5093c49f230cdf22d7943b2a6a7ed42d
This commit is contained in:
Jon Miranda
2021-03-19 12:07:19 -04:00
parent a79c7e4227
commit 0369cd5470
2 changed files with 5 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ public class ClippedFolderIconLayoutRule {
double thetaShift = 0;
if (curNumItems == 3) {
thetaShift = Math.PI / 6;
thetaShift = Math.PI / 2;
} else if (curNumItems == 4) {
thetaShift = Math.PI / 4;
}