OSDN Git Service

Fixing issue with scrolling tasks upwards
authorWinson <winsonc@google.com>
Tue, 12 Apr 2016 01:41:32 +0000 (18:41 -0700)
committerWinson Chung <winsonc@google.com>
Tue, 12 Apr 2016 18:05:28 +0000 (18:05 +0000)
commitda8d2285e59fc57361308a3c59b32b9dd7d406aa
tree29f4935e6f2a1dcc1742b5e76e54b792ca12f4d8
parente1b1ce77da273da6fc89d04a9c8ec09d0d8adca1
Fixing issue with scrolling tasks upwards

- When scrolling the stack away from the task overrides, we should
  actually lock the stack scroll and instead apply the changes in scroll
  to the override tasks.

Bug: 27376567
Change-Id: Idd1874ab0f6f5eb273bf6e9623b84277961f4291
packages/SystemUI/src/com/android/systemui/recents/misc/Utilities.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