Home
last modified time | relevance | path

Searched refs:getTaskViewByTaskId (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java117 TaskView tv = getTaskViewByTaskId(mHomeTask.key.id); in onPrepareGestureEndAnimation()
152 return mHomeTask != null ? getTaskViewByTaskId(mHomeTask.key.id) : null; in getHomeTaskView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java553 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 RecentsView
1671 ? null : getTaskViewByTaskId(mIgnoreResetTaskId); in applyLoadPlan()
1843 getTaskViewByTaskId(mIgnoreResetTaskId) != ignoreResetTaskView) { in applyLoadPlan()
2122 mSelectedTask = getTaskViewByTaskId(lastSelectedTaskId); in setSelectedTask()
[all …]
DLauncherRecentsView.java121 getTaskViewByTaskId(recoveryData.getStagedTaskId()), in onTaskIconChanged()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarUIController.java233 TaskView foundTaskView = recents.getTaskViewByTaskId(foundTask.key.id); in triggerSecondAppForSplit()
DTaskbarActivityContext.java1034 recents.getTaskViewByTaskId(foundTask.key.id); in launchFromTaskbarPreservingSplitIfVisible()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java157 TaskView taskView = recentsView.getTaskViewByTaskId(openingTaskId); in findTaskViewToLaunch()
DAbsSwipeUpHandler.java2329 ? null : mRecentsView.getTaskViewByTaskId(taskTarget.taskId);