Clean up Recents animation api
Bug: 73714156 Test: Ensure you can still swipe up Change-Id: Ie70ed0edb05f54d17d3989895b86e07851c44c06
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user