Home
last modified time | relevance | path

Searched refs:runningTaskId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DFallbackRecentsView.java101 public void setCurrentTask(int runningTaskId) { in setCurrentTask() argument
102 super.setCurrentTask(runningTaskId); in setCurrentTask()
103 if (mHomeTaskInfo != null && mHomeTaskInfo.taskId != runningTaskId) { in setCurrentTask()
110 protected boolean shouldAddDummyTaskView(int runningTaskId) { in shouldAddDummyTaskView() argument
111 if (mHomeTaskInfo != null && mHomeTaskInfo.taskId == runningTaskId in shouldAddDummyTaskView()
117 return super.shouldAddDummyTaskView(runningTaskId); in shouldAddDummyTaskView()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java1044 public void onGestureAnimationStart(int runningTaskId) { in onGestureAnimationStart() argument
1050 showCurrentTask(runningTaskId); in onGestureAnimationStart()
1130 protected boolean shouldAddDummyTaskView(int runningTaskId) { in shouldAddDummyTaskView() argument
1131 return getTaskView(runningTaskId) == null; in shouldAddDummyTaskView()
1140 public void showCurrentTask(int runningTaskId) { in showCurrentTask() argument
1141 if (shouldAddDummyTaskView(runningTaskId)) { in showCurrentTask()
1151 mTmpRunningTask = new Task(new Task.TaskKey(runningTaskId, 0, new Intent(), in showCurrentTask()
1165 setCurrentTask(runningTaskId); in showCurrentTask()
1178 public void setCurrentTask(int runningTaskId) { in setCurrentTask() argument
1179 if (mRunningTaskId == runningTaskId) { in setCurrentTask()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsModel.java143 int runningTaskId = RecentsModel.getRunningTaskId(); in onTaskStackChangedBackground() local
146 if (task.key.id == runningTaskId) { in onTaskStackChangedBackground()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandlerV2.java1232 final int runningTaskId = mGestureState.getRunningTaskId(); in switchToScreenshot() local
1238 mTaskSnapshot = mRecentsAnimationController.screenshotTask(runningTaskId); in switchToScreenshot()
1240 mRecentsView.updateThumbnail(runningTaskId, mTaskSnapshot, false /* refreshNow */); in switchToScreenshot()
1251 mTaskSnapshot = mRecentsAnimationController.screenshotTask(runningTaskId); in switchToScreenshot()
1259 taskView = mRecentsView.updateThumbnail(runningTaskId, mTaskSnapshot); in switchToScreenshot()