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/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java67 TaskView taskView = mRecentsView.getNextPageTaskView(); in shouldSwipeDownReturnToApp() local
80 TaskView taskView = mRecentsView.getCurrentPageTaskView(); in createSwipeDownToTaskAppAnimation() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskViewUtils.java73 TaskView taskView = (TaskView) v; in findTaskViewToLaunch() local
85 TaskView taskView = recentsView.getTaskViewAt(i); in findTaskViewToLaunch() local
115 TaskView taskView = recentsView.getTaskView(openingTaskId); in findTaskViewToLaunch() local
DRecentsActivity.java172 final TaskView taskView = (TaskView) v; in getActivityLaunchOptions() local
194 private AnimatorSet composeRecentsLaunchAnimator(TaskView taskView, in composeRecentsLaunchAnimator()
DTaskShortcutFactory.java88 public SystemShortcut getShortcut(BaseDraggingActivity activity, TaskView taskView) { in getShortcut()
112 TaskView taskView, MultiWindowFactory factory, LauncherEvent launcherEvent) { in MultiWindowSystemShortcut()
DTaskOverlayFactory.java57 public static List<SystemShortcut> getEnabledShortcuts(TaskView taskView) { in getEnabledShortcuts()
DOverviewCommandHelper.java121 TaskView taskView = rv.getNextTaskView(); in onTransitionComplete() local
DBaseSwipeUpHandlerV2.java1252 final TaskView taskView; in switchToScreenshot() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java178 public static TaskMenuView showForTask(TaskView taskView) { in showForTask()
185 private boolean populateAndShowForTask(TaskView taskView) { in populateAndShowForTask()
209 private void addMenuOptions(TaskView taskView) { in addMenuOptions()
241 private void orientAroundTaskView(TaskView taskView) { in orientAroundTaskView()
DRecentsView.java491 TaskView taskView = getTaskView(taskId); in onTaskThumbnailChanged() local
521 TaskView taskView = getTaskView(taskId); in updateThumbnail() local
595 TaskView taskView = (TaskView) child; in onViewRemoved() local
700 TaskView taskView = getCurrentPageTaskView(); in onTouchEvent() local
803 final TaskView taskView = (TaskView) getChildAt(pageIndex); in applyLoadPlan() local
856 TaskView taskView = getTaskViewAt(i); in resetTaskVisuals() local
988 TaskView taskView = getTaskViewAt(i); in loadVisibleTaskData() local
1016 TaskView taskView = getTaskView(mHasVisibleTaskData.keyAt(i)); in unloadVisibleTaskData() local
1031 TaskView taskView = getTaskView(mHasVisibleTaskData.keyAt(i)); in onHighResLoadingStateChanged() local
1150 View taskView = getTaskViewAt(i); in setRecentsChangedOrientation() local
[all …]
DDigitalWellBeingToast.java66 public DigitalWellBeingToast(BaseDraggingActivity activity, TaskView taskView) { in DigitalWellBeingToast()
DLauncherRecentsView.java213 TaskView taskView = getRunningTaskView(); in getLiveTileParams() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java66 TaskView taskView = findTaskViewToLaunch(mLauncher, v, appTargets); in composeRecentsLaunchAnimator() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java364 public float getFullScreenScaleAndPivot(Rect taskView, DeviceProfile dp, PointF outPivot) { in getFullScreenScaleAndPivot()