Loading packages/SystemUI/src/com/android/systemui/recents/views/TaskView.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -341,11 +341,10 @@ public class TaskView extends FrameLayout implements Task.TaskCallbacks, if (launchState.launchedFromAppWithThumbnail) { if (launchState.launchedFromAppWithThumbnail) { if (mTask.isLaunchTarget) { if (mTask.isLaunchTarget) { ctx.postAnimationTrigger.increment(); // Immediately start the dim animation // Immediately start the dim animation animateDimToProgress(taskViewEnterFromAppDuration, animateDimToProgress(taskViewEnterFromAppDuration, ctx.postAnimationTrigger.decrementOnAnimationEnd()); ctx.postAnimationTrigger.decrementOnAnimationEnd()); ctx.postAnimationTrigger.increment(); // Animate the action button in // Animate the action button in fadeInActionButton(taskViewEnterFromAppDuration); fadeInActionButton(taskViewEnterFromAppDuration); } else { } else { Loading Loading
packages/SystemUI/src/com/android/systemui/recents/views/TaskView.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -341,11 +341,10 @@ public class TaskView extends FrameLayout implements Task.TaskCallbacks, if (launchState.launchedFromAppWithThumbnail) { if (launchState.launchedFromAppWithThumbnail) { if (mTask.isLaunchTarget) { if (mTask.isLaunchTarget) { ctx.postAnimationTrigger.increment(); // Immediately start the dim animation // Immediately start the dim animation animateDimToProgress(taskViewEnterFromAppDuration, animateDimToProgress(taskViewEnterFromAppDuration, ctx.postAnimationTrigger.decrementOnAnimationEnd()); ctx.postAnimationTrigger.decrementOnAnimationEnd()); ctx.postAnimationTrigger.increment(); // Animate the action button in // Animate the action button in fadeInActionButton(taskViewEnterFromAppDuration); fadeInActionButton(taskViewEnterFromAppDuration); } else { } else { Loading