OSDN Git Service

Disabling timer
authorWinson <winsonc@google.com>
Tue, 1 Mar 2016 20:05:59 +0000 (12:05 -0800)
committerWinson <winsonc@google.com>
Thu, 3 Mar 2016 22:27:43 +0000 (14:27 -0800)
commite693aafe0511c2a7ffc571b22abeefba44046225
tree2542f696fcb7fb046b583d7ea8acc641f87b2f71
parent456b9620f0bbd91adf18a4f3e1cf8b1ee21faa5c
Disabling timer

- Disabling the timer by default
- Adding flag to enable/disable paging (disabled by default).  When
  disabled, the second tap will just launch the next task.
- Updating the initial state to put tasks at specific points on the
  curve.  This allows us to allocate specific space for the front most
  tasks, as well as the tasks behind it.
- Removing hardware layer config (no devices targeting N depend on it)
- Fixing issue with the header not having the final dim applied when
  transitioning into recents.
- Fixing issue where the stack range would not be reloaded after docking
  or undocking a task.

Bug: 27409035

Change-Id: I13a03fba2b1a770f15d0033d43ef4c28415041c9
19 files changed:
packages/SystemUI/res/values/dimens.xml
packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java
packages/SystemUI/src/com/android/systemui/recents/RecentsActivityLaunchState.java
packages/SystemUI/src/com/android/systemui/recents/RecentsConfiguration.java
packages/SystemUI/src/com/android/systemui/recents/RecentsDebugFlags.java
packages/SystemUI/src/com/android/systemui/recents/RecentsImpl.java
packages/SystemUI/src/com/android/systemui/recents/events/activity/ConfigurationChangedEvent.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/recents/misc/DozeTrigger.java
packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvActivity.java
packages/SystemUI/src/com/android/systemui/recents/views/FreeformWorkspaceLayoutAlgorithm.java
packages/SystemUI/src/com/android/systemui/recents/views/RecentsTransitionHelper.java
packages/SystemUI/src/com/android/systemui/recents/views/RecentsView.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/TaskView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskViewHeader.java