OSDN Git Service

Updating paging animation to spec.
authorWinson <winsonc@google.com>
Fri, 5 Feb 2016 23:40:29 +0000 (15:40 -0800)
committerWinson <winsonc@google.com>
Tue, 9 Feb 2016 01:12:14 +0000 (17:12 -0800)
commit05e46ca8f3d24cf333e745c8cebb420b2996e9ea
tree0a81765b04c713b7aa513ee7dba09f52de8b327e
parent423295222c356e6d2b2d79e94d6a097abbc1a5d9
Updating paging animation to spec.

- To handle the specific animation spec, we just animate the views
  manually instead of animating the stack scroll (like how we do when
  swiping to dismiss)
- Fixing a regression in settings the initial focused index when
  alt-tabbing
- Minor tweak to make the front most task smaller when in the initial
  non-paging mode

Change-Id: Ic5fd54500fd8ce8284c7aaeddb102b2291bcecac

Signed-off-by: Winson <winsonc@google.com>
packages/SystemUI/src/com/android/systemui/recents/RecentsActivityLaunchState.java
packages/SystemUI/src/com/android/systemui/recents/misc/Utilities.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackAnimationHelper.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackLayoutAlgorithm.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackViewScroller.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackViewTouchHandler.java
packages/SystemUI/src/com/android/systemui/recents/views/ViewPool.java