Searched refs:getTaskViewByTaskId (Results 1 – 7 of 7) sorted by relevance
117 TaskView tv = getTaskViewByTaskId(mHomeTask.key.id); in onPrepareGestureEndAnimation()152 return mHomeTask != null ? getTaskViewByTaskId(mHomeTask.key.id) : null; in getHomeTaskView()
553 TaskView taskView = getTaskViewByTaskId(taskId);575 TaskView taskView = getTaskViewByTaskId(taskId);970 TaskView taskView = getTaskViewByTaskId(taskId); in onTaskThumbnailChanged()1001 TaskView taskView = getTaskViewByTaskId(taskId); in onTaskIconChanged()1018 TaskView taskView = getTaskViewByTaskId(id); in updateThumbnail()1213 TaskView taskView = getTaskViewByTaskId(taskId); in launchSideTaskInLiveTileMode()1347 public TaskView getTaskViewByTaskId(int taskId) { in getTaskViewByTaskId() method in RecentsView1671 ? null : getTaskViewByTaskId(mIgnoreResetTaskId); in applyLoadPlan()1843 getTaskViewByTaskId(mIgnoreResetTaskId) != ignoreResetTaskView) { in applyLoadPlan()2122 mSelectedTask = getTaskViewByTaskId(lastSelectedTaskId); in setSelectedTask()[all …]
121 getTaskViewByTaskId(recoveryData.getStagedTaskId()), in onTaskIconChanged()
233 TaskView foundTaskView = recents.getTaskViewByTaskId(foundTask.key.id); in triggerSecondAppForSplit()
1034 recents.getTaskViewByTaskId(foundTask.key.id); in launchFromTaskbarPreservingSplitIfVisible()
157 TaskView taskView = recentsView.getTaskViewByTaskId(openingTaskId); in findTaskViewToLaunch()
2329 ? null : mRecentsView.getTaskViewByTaskId(taskTarget.taskId);