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.java121 final TaskView taskView = (TaskView) v; in getActivityLaunchOptions() local
147 private AnimatorSet composeRecentsLaunchAnimator(TaskView taskView, in composeRecentsLaunchAnimator()
DTaskOverlayFactory.java53 public List<TaskSystemShortcut> getEnabledShortcuts(TaskView taskView) { in getEnabledShortcuts()
DTaskSystemShortcut.java126 BaseDraggingActivity activity, TaskView taskView) { in getOnClickListener()
DOverviewCommandHelper.java109 TaskView taskView = rv.getNextTaskView(); in onTransitionComplete() local
DWindowTransformSwipeHandler.java1361 final TaskView taskView; in switchToScreenshot() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java66 TaskView taskView = mRecentsView.getTaskViewAt(mRecentsView.getNextPage()); in shouldSwipeDownReturnToApp() local
79 TaskView taskView = mRecentsView.getTaskViewAt(mRecentsView.getCurrentPage()); in createSwipeDownToTaskAppAnimation() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java161 public static TaskMenuView showForTask(TaskView taskView) { in showForTask()
168 private boolean populateAndShowForTask(TaskView taskView) { in populateAndShowForTask()
180 private void addMenuOptions(TaskView taskView) { in addMenuOptions()
217 private void orientAroundTaskView(TaskView taskView) { in orientAroundTaskView()
DRecentsView.java369 TaskView taskView = getTaskView(taskId); in onTaskThumbnailChanged() local
380 TaskView taskView = getTaskView(taskId); in updateThumbnail() local
432 TaskView taskView = (TaskView) child; in onViewRemoved() local
570 final TaskView taskView = (TaskView) getChildAt(pageIndex); in applyLoadPlan() local
599 TaskView taskView = (TaskView) getChildAt(i); in resetTaskVisuals() local
721 TaskView taskView = (TaskView) getChildAt(i); in loadVisibleTaskData() local
748 TaskView taskView = getTaskView(mHasVisibleTaskData.keyAt(i)); in unloadVisibleTaskData() local
763 TaskView taskView = getTaskView(mHasVisibleTaskData.keyAt(i)); in onHighResLoadingStateChanged() local
854 final TaskView taskView = mTaskViewPool.getView(); in showCurrentTask() local
1031 private void addDismissedTaskAnimations(View taskView, AnimatorSet anim, long duration) { in addDismissedTaskAnimations()
[all …]
DDigitalWellBeingToast.java66 public DigitalWellBeingToast(BaseDraggingActivity activity, TaskView taskView) { in DigitalWellBeingToast()
DLauncherRecentsView.java192 TaskView taskView = getRunningTaskView(); in redrawLiveTile() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java77 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