Home
last modified time | relevance | path

Searched defs:taskView (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuView.java124 public static boolean showForTask(TaskView taskView) { in showForTask()
131 private boolean populateAndShowForTask(TaskView taskView) { in populateAndShowForTask()
143 private void addMenuOptions(TaskView taskView) { in addMenuOptions()
168 private void orientAroundTaskView(TaskView taskView) { in orientAroundTaskView()
DRecentsView.java283 TaskView taskView = getTaskView(taskId); in updateThumbnail() local
455 final TaskView taskView = (TaskView) inflater.inflate(R.layout.task, this, false); in applyLoadPlan() local
459 final TaskView taskView = (TaskView) getChildAt(getChildCount() - 1); in applyLoadPlan() local
470 final TaskView taskView = (TaskView) getChildAt(pageIndex); in applyLoadPlan() local
485 TaskView taskView = (TaskView) getChildAt(i); in resetTaskVisuals() local
593 TaskView taskView = (TaskView) getChildAt(i); in loadVisibleTaskData() local
623 TaskView taskView = getTaskView(mHasVisibleTaskData.keyAt(i)); in unloadVisibleTaskData() local
664 final TaskView taskView = (TaskView) LayoutInflater.from(getContext()) in showTask() local
774 public void addIgnoreResetTask(TaskView taskView) { in addIgnoreResetTask()
778 public void removeIgnoreResetTask(TaskView taskView) { in removeIgnoreResetTask()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskUtils.java104 TaskView taskView = recentsView.getPageAt(i); in findTaskViewToLaunch() local
134 TaskView taskView = recentsView.getTaskView(openingTaskId); in findTaskViewToLaunch() local
DRecentsActivity.java184 final TaskView taskView = (TaskView) v; in getActivityLaunchOptions() local
202 private AnimatorSet composeRecentsLaunchAnimator(TaskView taskView, in composeRecentsLaunchAnimator()
DTaskSystemShortcut.java117 BaseDraggingActivity activity, TaskView taskView) { in getOnClickListener()
DWindowTransformSwipeHandler.java776 TaskView taskView = mRecentsView.updateThumbnail(mRunningTaskId, mTaskSnapshot); in switchToScreenshot() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPortraitStatesTouchController.java143 TaskView taskView = (TaskView) recentsView.getChildAt(recentsView.getNextPage()); in initCurrentAnimation() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java267 TaskView taskView = findTaskViewToLaunch(mLauncher, v, targets); in composeRecentsLaunchAnimator() local