OSDN Git Service

Removing legacy calculation of Recents visibility.
authorWinson <winsonc@google.com>
Wed, 20 Apr 2016 18:54:27 +0000 (11:54 -0700)
committerWinson <winsonc@google.com>
Thu, 21 Apr 2016 22:16:42 +0000 (15:16 -0700)
commitd46b72788e8811d2e423ea1e5b2ff104ecb7f721
tree71971c961aa6ab109f25e85dcbed02fafd46a9e9
parent29a763b83c3a5cb65b2eb682e8404efc47e4dc19
Removing legacy calculation of Recents visibility.

- This was causing us to try and launch the Recents activity again after
  docking because the running task was the newly docked task and not
  Recents.

Bug: 28177001
Change-Id: I222e50f6de00a9d7881da2182eebc61564fd3266
13 files changed:
core/java/android/app/ActivityManager.java
packages/SystemUI/src/com/android/systemui/recents/Recents.java
packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java
packages/SystemUI/src/com/android/systemui/recents/RecentsImpl.java
packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java
packages/SystemUI/src/com/android/systemui/recents/model/RecentsTaskLoadPlan.java
packages/SystemUI/src/com/android/systemui/recents/model/RecentsTaskLoader.java
packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvActivity.java
packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java
packages/SystemUI/src/com/android/systemui/recents/views/SystemBarScrimViews.java
packages/SystemUI/src/com/android/systemui/stackdivider/DividerView.java
packages/SystemUI/src/com/android/systemui/statusbar/car/CarStatusBar.java
services/core/java/com/android/server/am/ActivityStackSupervisor.java