Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/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/src/com/android/quickstep/views/
DRecentsView.java940 TaskView taskView = getTaskViewByTaskId(taskId); in onTaskThumbnailChanged() local
971 TaskView taskView = getTaskViewByTaskId(taskId); in onTaskIconChanged() local
983 TaskView taskView = getTaskViewByTaskId(taskId); in updateThumbnail() local
1064 TaskView taskView = (TaskView) child; in onViewRemoved() local
1159 TaskView taskView = getTaskViewByTaskId(taskId); in launchSideTaskInLiveTileMode() local
1288 TaskView taskView = requireTaskViewAt(i); in getTaskViewByTaskId() local
1364 TaskView taskView = requireTaskViewAt(i); in onTouchEvent() local
1371 TaskView taskView = getCurrentPageTaskView(); in onTouchEvent() local
1445 TaskView taskView = getTaskViewAt(mNextPage); in onNotSnappingToPageInFreeScroll() local
1617 TaskView taskView; in applyLoadPlan() local
[all …]
DLauncherRecentsView.java200 public void initiateSplitSelect(TaskView taskView, in initiateSplitSelect()
DDigitalWellBeingToast.java106 public DigitalWellBeingToast(BaseDraggingActivity activity, TaskView taskView) { in DigitalWellBeingToast()
DTaskMenuViewWithArrow.kt91 private lateinit var taskView: TaskView in <lambda>() variable in com.android.quickstep.views.TaskMenuViewWithArrow
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt66 val taskView = taskViewSupplier.get() in getFirstAnimInitViews() constant
81 val taskView = taskViewSupplier.get() in getFirstAnimInitViews() constant
DRecentsOrientedState.java398 public float getFullScreenScaleAndPivot(Rect taskView, DeviceProfile dp, PointF outPivot) { in getFullScreenScaleAndPivot()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DCarTaskViewCallbacks.java28 void onTaskViewCreated(CarTaskView taskView); in onTaskViewCreated()
DTaskViewManager.java410 ControlledCarTaskView taskView = new ControlledCarTaskView(mContext, mTaskOrganizer, in createControlledCarTaskView() local
455 SemiControlledCarTaskView taskView = new SemiControlledCarTaskView(mContext, in createSemiControlledTaskView() local
DCarLauncher.java172 public void onTaskViewCreated(CarTaskView taskView) { in setUpTaskView()
DTaskViewInputInterceptor.java83 private static boolean isIn(MotionEvent event, TaskView taskView) { in isIn()
/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
DTaskViewInputInterceptorTest.java198 ControlledCarTaskView taskView = in longPress_insideTaskView_capturingEnabled_capturesGesture() local
227 ControlledCarTaskView taskView = in longPress_insideTaskView_capturingDisabled_noCapturing() local
424 ControlledCarTaskView taskView = mock(ControlledCarTaskView.class); in createControlledCarTaskView() local
DTaskViewManagerTest.java295 ControlledCarTaskView taskView = spy(taskViewManager.getControlledTaskViews().get(0)); in testCreateControlledTaskView_callsOnReadyWhenVisible() local
316 TaskView taskView = taskViewManager.getLaunchRootCarTaskView(); in testCreateLaunchRootTaskView() local
345 TaskView taskView = taskViewManager.getLaunchRootCarTaskView(); in testCreateLaunchRootTaskView_callsOnReadyWhenVisible() local
647 ControlledCarTaskView taskView = spy(taskViewManager.getControlledTaskViews() in setUpControlledTaskView() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java113 TaskView taskView = (TaskView) v; in findTaskViewToLaunch() local
125 TaskView taskView = recentsView.getTaskViewAt(i); in findTaskViewToLaunch() local
155 TaskView taskView = recentsView.getTaskViewByTaskId(openingTaskId); in findTaskViewToLaunch() local
599 TaskView taskView = findTaskViewToLaunch(recentsView, v, appTargets); in composeRecentsLaunchAnimator() local
DOverviewCommandHelper.java156 private boolean launchTask(RecentsView recents, @Nullable TaskView taskView, CommandInfo cmd) { in launchTask()
330 TaskView taskView = rv.getTaskViewAt(mTaskFocusIndexOverride); in updateRecentsViewFocus() local
DRecentsActivity.java241 final TaskView taskView = (TaskView) v; in getActivityLaunchOptions() local
284 private AnimatorSet composeRecentsLaunchAnimator(TaskView taskView, in composeRecentsLaunchAnimator()
DTaskShortcutFactory.java112 public SplitSelectSystemShortcut(BaseDraggingActivity target, TaskView taskView, in SplitSelectSystemShortcut()
DTaskOverlayFactory.java62 public static List<SystemShortcut> getEnabledShortcuts(TaskView taskView, in getEnabledShortcuts()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchViewController.java135 View taskView = mKeyboardQuickSwitchView.getTaskAt(index); in launchTaskAt() local
DLauncherTaskbarUIController.java369 public void launchSplitTasks(@NonNull View taskView, @NonNull GroupTask groupTask) { in launchSplitTasks()
DKeyboardQuickSwitchView.java142 KeyboardQuickSwitchTaskView taskView = (KeyboardQuickSwitchTaskView) layoutInflater.inflate( in createAndAddTaskView() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java218 public void initiateSplitSelect(TaskView taskView, in initiateSplitSelect()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java1255 public void launchSplitTasks(@NonNull View taskView, @NonNull GroupTask groupTask) { in launchSplitTasks()