platform_packages_apps_Laun.../go
Kevin 1335c36c15 Don't layout empty tasks in layout anim if we have the actual content.
When we load the task content (icons, snapshots, etc), oftentimes, we
are still in the middle of the layout animation where items are fading
in from bottom to top. At this point, we start a second content-fill
animation from bottom to top that fades from empty => filled after the
first animation.  However, we can improve this so that empty views
aren't shown for a split second for some of the later laid out views.

If the first animation has not finished and we would animate a content
change from empty => filled but the view is currently still not visible,
we should just complete the content transition on the spot so that the
layout animation lays out the filled version instead.

Bug: 131339235
Test: Go to recents, observe lay out animation does not continue to lay
out the empty view first

Change-Id: I936a81e6cf8b3552cdee90c183fc841f50ec9ea8
2019-04-25 12:53:20 -07:00
..
quickstep Don't layout empty tasks in layout anim if we have the actual content. 2019-04-25 12:53:20 -07:00
res Rename launcher:iconSize attribute to prevent overriding material 2019-04-24 16:22:51 +00:00
src/com/android/launcher3 Removing ShortcutInfoCompat and directly using ShortcutInfo 2019-04-22 15:39:40 -07:00
AndroidManifest.xml Changing min sdk to 25 2019-01-29 11:29:52 -08:00