commit | 85c8c4673660b37a0ac23bf5eb9b79c04deecf37 | [log] [tgz] |
---|---|---|
author | Tony <twickham@google.com> | Fri Mar 29 11:36:20 2019 -0500 |
committer | Tony Wickham <twickham@google.com> | Fri Mar 29 16:44:52 2019 +0000 |
tree | e44fe7163fdca6df668576e0f1068c46d0b0f03d | |
parent | 794a68e99850266d92b6daf25793b42308a66a8e [diff] |
Fix TaskView scale being 0 Before, we reset zoom scale to 1 but didn't reset curve scale. Thus, if curve scale had never been set (i.e. we hadn't yet scrolled recents), the task view scale would be 0. Example problem: 1. Open Calculator or other app 2. Force stop launcher 3. Swipe up The recents-scale-down animation was incorrect because the computed scale was 0, and thus recents didn't scale down at all throughout the swipe. Change-Id: I8dd3c73a231033fa633e8df2df3bf9a1c0a67263