Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskViewUtils.java60 TaskView taskView = (TaskView) v; in findTaskViewToLaunch() local
72 TaskView taskView = recentsView.getTaskViewAt(i); in findTaskViewToLaunch() local
102 TaskView taskView = recentsView.getTaskView(openingTaskId); in findTaskViewToLaunch() local
DRecentsActivity.java150 final TaskView taskView = (TaskView) v; in getActivityLaunchOptions() local
176 private AnimatorSet composeRecentsLaunchAnimator(TaskView taskView, in composeRecentsLaunchAnimator()
DTaskOverlayFactory.java54 public List<TaskSystemShortcut> getEnabledShortcuts(TaskView taskView) { in getEnabledShortcuts()
DTaskSystemShortcut.java124 BaseDraggingActivity activity, TaskView taskView) { in getOnClickListener()
DOverviewCommandHelper.java109 TaskView taskView = rv.getNextTaskView(); in onTransitionComplete() local
DWindowTransformSwipeHandler.java1113 final TaskView taskView; in switchToScreenshot() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java66 TaskView taskView = mRecentsView.getNextPageTaskView(); in shouldSwipeDownReturnToApp() local
79 TaskView taskView = mRecentsView.getCurrentPageTaskView(); in createSwipeDownToTaskAppAnimation() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java163 public static TaskMenuView showForTask(TaskView taskView) { in showForTask()
170 private boolean populateAndShowForTask(TaskView taskView) { in populateAndShowForTask()
182 private void addMenuOptions(TaskView taskView) { in addMenuOptions()
219 private void orientAroundTaskView(TaskView taskView) { in orientAroundTaskView()
DRecentsView.java372 TaskView taskView = getTaskView(taskId); in onTaskThumbnailChanged() local
383 TaskView taskView = getTaskView(taskId); in updateThumbnail() local
435 TaskView taskView = (TaskView) child; in onViewRemoved() local
571 final TaskView taskView = (TaskView) getChildAt(pageIndex); in applyLoadPlan() local
617 TaskView taskView = getTaskViewAt(i); in resetTaskVisuals() local
740 TaskView taskView = getTaskViewAt(i); in loadVisibleTaskData() local
768 TaskView taskView = getTaskView(mHasVisibleTaskData.keyAt(i)); in unloadVisibleTaskData() local
783 TaskView taskView = getTaskView(mHasVisibleTaskData.keyAt(i)); in onHighResLoadingStateChanged() local
879 final TaskView taskView = mTaskViewPool.getView(); in showCurrentTask() local
964 public boolean isTaskIconScaledDown(TaskView taskView) { in isTaskIconScaledDown()
[all …]
DDigitalWellBeingToast.java66 public DigitalWellBeingToast(BaseDraggingActivity activity, TaskView taskView) { in DigitalWellBeingToast()
DLauncherRecentsView.java236 TaskView taskView = getRunningTaskView(); in redrawLiveTile() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java88 TaskView taskView = findTaskViewToLaunch(mLauncher, v, targets); in composeRecentsLaunchAnimator() local
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java388 TaskItemView taskView = itemViews.get(i); in handleOverviewCommand() local