Clean up Recents animation api

Bug: 73714156
Test: Ensure you can still swipe up

Change-Id: Ie70ed0edb05f54d17d3989895b86e07851c44c06
This commit is contained in:
Winson Chung
2018-04-19 16:45:21 -07:00
parent 173020c2ef
commit 6802e2a553
4 changed files with 3 additions and 17 deletions

View File

@@ -219,13 +219,6 @@ public class ActivityManagerWrapper {
if (animationHandler != null) {
runner = new IRecentsAnimationRunner.Stub() {
public void onAnimationStart(IRecentsAnimationController controller,
RemoteAnimationTarget[] apps) {
final Rect stableInsets = new Rect();
WindowManagerWrapper.getInstance().getStableInsets(stableInsets);
onAnimationStart_New(controller, apps, stableInsets, null);
}
public void onAnimationStart_New(IRecentsAnimationController controller,
RemoteAnimationTarget[] apps, Rect homeContentInsets,
Rect minimizedHomeBounds) {
final RecentsAnimationControllerCompat controllerCompat =