OSDN Git Service

Adding isNotInRecents to RemoteAnimationTarget
authorVadim Tryshev <vadimt@google.com>
Fri, 9 Mar 2018 01:15:45 +0000 (17:15 -0800)
committerVadim Tryshev <vadimt@google.com>
Fri, 9 Mar 2018 22:00:32 +0000 (14:00 -0800)
commit593e9567fdc2a7b5c7e06c12c9af4b32f4216d85
tree914b7bc3542ef87c9acf2e4e330b0aa4192cf793
parenta42585c349357a6e47fea22a672dedefb802e70b
Adding isNotInRecents to RemoteAnimationTarget

For animations required by Recents, we calculate whether the task is
going to be presented in Recents UI.

Bug: 70789568
Test: Manual: swipe a normal app to Recents; swipe an app with a
      half-screen assistant on top of it to Recents.

Change-Id: I1ec9c36865dd4f57e843ae58811f90f3096365a5
core/java/android/view/RemoteAnimationTarget.java
packages/SystemUI/shared/src/com/android/systemui/shared/system/RemoteAnimationTargetCompat.java
services/core/java/com/android/server/am/RecentTasks.java
services/core/java/com/android/server/am/RecentsAnimation.java
services/core/java/com/android/server/wm/RecentsAnimationController.java
services/core/java/com/android/server/wm/RemoteAnimationController.java
services/core/java/com/android/server/wm/WindowManagerService.java