OSDN Git Service

Migrating some animation spec logic to shared lib
authorWinson Chung <winsonc@google.com>
Sat, 28 Oct 2017 00:32:03 +0000 (17:32 -0700)
committerWinson Chung <winsonc@google.com>
Tue, 31 Oct 2017 17:18:14 +0000 (10:18 -0700)
commita6ea18334bb12f1940c23611bde669881000add2
treeeb4813d6c1b91d5b134c9cc02fa0620e4b46b76b
parent4f8bd78bfce85bd3d04861f63856c499b5799c37
Migrating some animation spec logic to shared lib

- Used for the current transition to/from Recents and for docking, move the
  async app transition animation spec logic to the lib.  It will be removed
  later once we have app controled surface controls.

Bug: 67510855
Test: Launch recents/app, dock app from dragging

Change-Id: I1cf972991e5ef73906c3bcd8e5ff187ce2e62cd8
packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/AppTransitionAnimationSpecsFuture.java [new file with mode: 0644]
packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/RecentsTransition.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/recents/RecentsImpl.java
packages/SystemUI/src/com/android/systemui/recents/views/RecentsTransitionComposer.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/recents/views/RecentsTransitionHelper.java [deleted file]
packages/SystemUI/src/com/android/systemui/recents/views/RecentsView.java