Searched refs:runningTaskView (Results 1 – 2 of 2) sorted by relevance
54 final TaskView runningTaskView = mRecentsView.getRunningTaskView(); in createHomeAnimationFactory() local56 if (runningTaskView != null in createHomeAnimationFactory()57 && runningTaskView.getTask().key.getComponent() != null) { in createHomeAnimationFactory()59 runningTaskView.getTask().key.getComponent().getPackageName(), in createHomeAnimationFactory()60 UserHandle.of(runningTaskView.getTask().key.userId)); in createHomeAnimationFactory()
755 TaskView runningTaskView = getRunningTaskView(); in applyLoadPlan() local756 if (runningTaskView != null) { in applyLoadPlan()757 setCurrentPage(indexOfChild(runningTaskView)); in applyLoadPlan()1209 TaskView runningTaskView = getRunningTaskView(); in setRunningTaskViewShowScreenshot() local1210 if (runningTaskView != null) { in setRunningTaskViewShowScreenshot()1211 runningTaskView.setShowScreenshot(showScreenshot); in setRunningTaskViewShowScreenshot()1217 TaskView runningTaskView = getRunningTaskView(); in showNextTask() local1218 if (runningTaskView == null) { in showNextTask()1227 runningTaskView.launchTask(true); in showNextTask()