Update live tile's pivot when ReccentsView's pivot is updated
Fix: 397890144 Test: App to Overview, check live tile animation in 1) swipe up from bottom 2) Dismiss 3) Task launching Flag: com.android.launcher3.enable_grid_only_overview Change-Id: I143d8ca241505ab2f45c49348dc41885b364b859
This commit is contained in:
@@ -4968,6 +4968,10 @@ public abstract class RecentsView<
|
||||
}
|
||||
setPivotX(mTempPointF.x);
|
||||
setPivotY(mTempPointF.y);
|
||||
if (enableGridOnlyOverview()) {
|
||||
runActionOnRemoteHandles(remoteTargetHandle ->
|
||||
remoteTargetHandle.getTaskViewSimulator().setPivotOverride(mTempPointF));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user