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.java124 TaskView tv = getTaskViewByTaskId(mHomeTask.key.id); in onPrepareGestureEndAnimation()
160 return mHomeTask != null ? getTaskViewByTaskId(mHomeTask.key.id) : null; in getHomeTaskView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java587 TaskView taskView = getTaskViewByTaskId(taskId);
609 TaskView taskView = getTaskViewByTaskId(taskId);
1021 TaskView taskView = getTaskViewByTaskId(taskId); in onTaskThumbnailChanged()
1052 TaskView taskView = getTaskViewByTaskId(taskId); in onTaskIconChanged()
1069 TaskView taskView = getTaskViewByTaskId(id); in updateThumbnail()
1284 TaskView taskView = getTaskViewByTaskId(taskId); in launchSideTaskInLiveTileMode()
1427 public TaskView getTaskViewByTaskId(int taskId) { in getTaskViewByTaskId() method in RecentsView
1774 ? null : getTaskViewByTaskId(mIgnoreResetTaskId); in applyLoadPlan()
1918 getTaskViewByTaskId(mIgnoreResetTaskId) != ignoreResetTaskView) { in applyLoadPlan()
2219 mSelectedTask = getTaskViewByTaskId(lastSelectedTaskId); in setSelectedTask()
[all …]
DLauncherRecentsView.java132 getTaskViewByTaskId(recoveryData.getStagedTaskId()), in onTaskIconChanged()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarUIController.java257 TaskView foundTaskView = recents.getTaskViewByTaskId(foundTask.key.id); in triggerSecondAppForSplit()
DTaskbarActivityContext.java1245 TaskView foundTaskView = recents.getTaskViewByTaskId(foundTask.key.id); in launchFromOverviewTaskbar()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java152 TaskView taskView = recentsView.getTaskViewByTaskId(openingTaskId); in findTaskViewToLaunch()
DAbsSwipeUpHandler.java2438 ? null : mRecentsView.getTaskViewByTaskId(taskTarget.taskId);