Loading quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +5 −7 Original line number Diff line number Diff line Loading @@ -618,13 +618,6 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<?>, Q extends updateSysUiFlags(mCurrentShift.value); applyWindowTransform(); if (ENABLE_QUICKSTEP_LIVE_TILE.get()) { if (mRecentsAnimationTargets != null) { LiveTileOverlay.INSTANCE.update( mTaskViewSimulator.getCurrentRect(), mTaskViewSimulator.getCurrentCornerRadius()); } } updateLauncherTransitionProgress(); } Loading Loading @@ -1616,6 +1609,11 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<?>, Q extends } mTaskViewSimulator.apply(mTransformParams); } if (ENABLE_QUICKSTEP_LIVE_TILE.get() && mRecentsAnimationTargets != null) { LiveTileOverlay.INSTANCE.update( mTaskViewSimulator.getCurrentRect(), mTaskViewSimulator.getCurrentCornerRadius()); } ProtoTracer.INSTANCE.get(mContext).scheduleFrameUpdate(); } Loading Loading
quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +5 −7 Original line number Diff line number Diff line Loading @@ -618,13 +618,6 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<?>, Q extends updateSysUiFlags(mCurrentShift.value); applyWindowTransform(); if (ENABLE_QUICKSTEP_LIVE_TILE.get()) { if (mRecentsAnimationTargets != null) { LiveTileOverlay.INSTANCE.update( mTaskViewSimulator.getCurrentRect(), mTaskViewSimulator.getCurrentCornerRadius()); } } updateLauncherTransitionProgress(); } Loading Loading @@ -1616,6 +1609,11 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<?>, Q extends } mTaskViewSimulator.apply(mTransformParams); } if (ENABLE_QUICKSTEP_LIVE_TILE.get() && mRecentsAnimationTargets != null) { LiveTileOverlay.INSTANCE.update( mTaskViewSimulator.getCurrentRect(), mTaskViewSimulator.getCurrentCornerRadius()); } ProtoTracer.INSTANCE.get(mContext).scheduleFrameUpdate(); } Loading