Loading quickstep/src/com/android/quickstep/views/RecentsView.java +3 −0 Original line number Diff line number Diff line Loading @@ -2571,6 +2571,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T */ public void onGestureAnimationStart( Task[] runningTasks, RotationTouchHelper rotationTouchHelper) { Log.d(TAG, "onGestureAnimationStart"); mActiveGestureRunningTasks = runningTasks; // This needs to be called before the other states are set since it can create the task view if (mOrientationState.setGestureActive(true)) { Loading Loading @@ -5416,6 +5417,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T * Called when a running recents animation has finished or canceled. */ public void onRecentsAnimationComplete() { Log.d(TAG, "onRecentsAnimationComplete - mRecentsAnimationController: " + mRecentsAnimationController); // At this point, the recents animation is not running and if the animation was canceled // by a display rotation then reset this state to show the screenshot setRunningTaskViewShowScreenshot(true); Loading Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +3 −0 Original line number Diff line number Diff line Loading @@ -2571,6 +2571,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T */ public void onGestureAnimationStart( Task[] runningTasks, RotationTouchHelper rotationTouchHelper) { Log.d(TAG, "onGestureAnimationStart"); mActiveGestureRunningTasks = runningTasks; // This needs to be called before the other states are set since it can create the task view if (mOrientationState.setGestureActive(true)) { Loading Loading @@ -5416,6 +5417,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T * Called when a running recents animation has finished or canceled. */ public void onRecentsAnimationComplete() { Log.d(TAG, "onRecentsAnimationComplete - mRecentsAnimationController: " + mRecentsAnimationController); // At this point, the recents animation is not running and if the animation was canceled // by a display rotation then reset this state to show the screenshot setRunningTaskViewShowScreenshot(true); Loading