Loading quickstep/src/com/android/quickstep/util/TaskViewSimulator.java +8 −0 Original line number Diff line number Diff line Loading @@ -304,6 +304,14 @@ public class TaskViewSimulator implements TransformParams.BuilderProxy { calculateTaskSize(); } /** * Override the pivot used to apply scale changes. */ public void setPivotOverride(PointF pivotOverride) { mPivotOverride = pivotOverride; getFullScreenScale(); } /** * Adds animation for all the components corresponding to transition from an app to overview. */ Loading quickstep/src/com/android/quickstep/views/RecentsView.java +7 −0 Original line number Diff line number Diff line Loading @@ -5418,6 +5418,13 @@ public abstract class RecentsView< mTempPointF); setPivotX(mTempPointF.x); setPivotY(mTempPointF.y); runActionOnRemoteHandles( remoteTargetHandle -> { remoteTargetHandle.getTaskViewSimulator().setPivotOverride( mTempPointF); remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents( false); }); } }); } else if (!showAsGrid) { Loading Loading
quickstep/src/com/android/quickstep/util/TaskViewSimulator.java +8 −0 Original line number Diff line number Diff line Loading @@ -304,6 +304,14 @@ public class TaskViewSimulator implements TransformParams.BuilderProxy { calculateTaskSize(); } /** * Override the pivot used to apply scale changes. */ public void setPivotOverride(PointF pivotOverride) { mPivotOverride = pivotOverride; getFullScreenScale(); } /** * Adds animation for all the components corresponding to transition from an app to overview. */ Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +7 −0 Original line number Diff line number Diff line Loading @@ -5418,6 +5418,13 @@ public abstract class RecentsView< mTempPointF); setPivotX(mTempPointF.x); setPivotY(mTempPointF.y); runActionOnRemoteHandles( remoteTargetHandle -> { remoteTargetHandle.getTaskViewSimulator().setPivotOverride( mTempPointF); remoteTargetHandle.getTaskViewSimulator().setDrawsBelowRecents( false); }); } }); } else if (!showAsGrid) { Loading