Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DPortraitOverviewStateTouchHelper.java67 TaskView taskView = mRecentsView.getNextPageTaskView(); in shouldSwipeDownReturnToApp() local
80 TaskView taskView = mRecentsView.getCurrentPageTaskView(); in createSwipeDownToTaskAppAnimation() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java921 TaskView taskView = (TaskView) child; in onViewRemoved() local
1130 TaskView taskView = requireTaskViewAt(i); in getTaskViewByTaskId() local
1530 TaskView taskView = requireTaskViewAt(i); in resetTaskVisuals() local
1707 TaskView taskView = requireTaskViewAt(i); in updateTaskSize() local
1853 TaskView taskView = requireTaskViewAt(i); in loadVisibleTaskData() local
1996 TaskView taskView = requireTaskViewAt(i); in getTaskViewFromTaskViewId() local
2005 TaskView taskView = getRunningTaskView(); in getRunningTaskIndex() local
2018 T taskView = isGrouped ? in getTaskViewFromPool() local
2094 View taskView = requireTaskViewAt(i); in setRecentsChangedOrientation() local
2203 final TaskView taskView; in showCurrentTask() local
[all …]
H A DLauncherRecentsView.java166 public void initiateSplitSelect(TaskView taskView, in initiateSplitSelect()
H A DDigitalWellBeingToast.java114 public DigitalWellBeingToast(BaseDraggingActivity activity, TaskView taskView) { in DigitalWellBeingToast()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskOverlayFactory.java68 public static List<SystemShortcut> getEnabledShortcuts(TaskView taskView, in getEnabledShortcuts()
126 BaseDraggingActivity activity, TaskView taskView, DeviceProfile deviceProfile) { in addSplitOptions()
H A DTaskViewUtils.java107 TaskView taskView = (TaskView) v; in findTaskViewToLaunch() local
119 TaskView taskView = recentsView.getTaskViewAt(i); in findTaskViewToLaunch() local
149 TaskView taskView = recentsView.getTaskViewByTaskId(openingTaskId); in findTaskViewToLaunch() local
535 TaskView taskView = findTaskViewToLaunch(recentsView, v, appTargets); in composeRecentsLaunchAnimator() local
H A DOverviewCommandHelper.java133 private boolean launchTask(RecentsView recents, @Nullable TaskView taskView, CommandInfo cmd) { in launchTask()
259 TaskView taskView = rv.getNextTaskView(); in onTransitionComplete() local
H A DRecentsActivity.java244 final TaskView taskView = (TaskView) v; in getActivityLaunchOptions() local
284 private AnimatorSet composeRecentsLaunchAnimator(TaskView taskView, in composeRecentsLaunchAnimator()
H A DTaskShortcutFactory.java124 public SplitSelectSystemShortcut(BaseDraggingActivity target, TaskView taskView, in SplitSelectSystemShortcut()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DTaskViewFactoryController.java49 TaskView taskView = new TaskView(context, mTaskOrganizer, mSyncQueue); in create() local
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DTaskViewTest.java126 TaskView taskView = new TaskView(mContext, mOrganizer, mSyncQueue); in testSetPendingListener_throwsException() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DFallbackRecentsView.java211 public void initiateSplitSelect(TaskView taskView, in initiateSplitSelect()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSeascapePagedViewHandler.java100 public void setTaskMenuAroundTaskView(LinearLayout taskView, float margin) { in setTaskMenuAroundTaskView()
H A DPortraitPagedViewHandler.java315 public void setTaskMenuAroundTaskView(LinearLayout taskView, float margin) { in setTaskMenuAroundTaskView()
H A DLandscapePagedViewHandler.java302 public void setTaskMenuAroundTaskView(LinearLayout taskView, float margin) { in setTaskMenuAroundTaskView()
H A DPagedOrientationHandler.java187 void setTaskMenuAroundTaskView(LinearLayout taskView, float margin); in setTaskMenuAroundTaskView()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRecentsOrientedState.java388 public float getFullScreenScaleAndPivot(Rect taskView, DeviceProfile dp, PointF outPivot) { in getFullScreenScaleAndPivot()