/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | PortraitOverviewStateTouchHelper.java | 67 TaskView taskView = mRecentsView.getNextPageTaskView(); in shouldSwipeDownReturnToApp() local 80 TaskView taskView = mRecentsView.getCurrentPageTaskView(); in createSwipeDownToTaskAppAnimation() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 940 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 …]
|
D | LauncherRecentsView.java | 200 public void initiateSplitSelect(TaskView taskView, in initiateSplitSelect()
|
D | DigitalWellBeingToast.java | 106 public DigitalWellBeingToast(BaseDraggingActivity activity, TaskView taskView) { in DigitalWellBeingToast()
|
D | TaskMenuViewWithArrow.kt | 91 private lateinit var taskView: TaskView in <lambda>() variable in com.android.quickstep.views.TaskMenuViewWithArrow
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitAnimationController.kt | 66 val taskView = taskViewSupplier.get() in getFirstAnimInitViews() constant 81 val taskView = taskViewSupplier.get() in getFirstAnimInitViews() constant
|
D | RecentsOrientedState.java | 398 public float getFullScreenScaleAndPivot(Rect taskView, DeviceProfile dp, PointF outPivot) { in getFullScreenScaleAndPivot()
|
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/ |
D | CarTaskViewCallbacks.java | 28 void onTaskViewCreated(CarTaskView taskView); in onTaskViewCreated()
|
D | TaskViewManager.java | 410 ControlledCarTaskView taskView = new ControlledCarTaskView(mContext, mTaskOrganizer, in createControlledCarTaskView() local 455 SemiControlledCarTaskView taskView = new SemiControlledCarTaskView(mContext, in createSemiControlledTaskView() local
|
D | CarLauncher.java | 172 public void onTaskViewCreated(CarTaskView taskView) { in setUpTaskView()
|
D | TaskViewInputInterceptor.java | 83 private static boolean isIn(MotionEvent event, TaskView taskView) { in isIn()
|
/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/ |
D | TaskViewInputInterceptorTest.java | 198 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
|
D | TaskViewManagerTest.java | 295 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/ |
D | TaskViewUtils.java | 113 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
|
D | OverviewCommandHelper.java | 156 private boolean launchTask(RecentsView recents, @Nullable TaskView taskView, CommandInfo cmd) { in launchTask() 330 TaskView taskView = rv.getTaskViewAt(mTaskFocusIndexOverride); in updateRecentsViewFocus() local
|
D | RecentsActivity.java | 241 final TaskView taskView = (TaskView) v; in getActivityLaunchOptions() local 284 private AnimatorSet composeRecentsLaunchAnimator(TaskView taskView, in composeRecentsLaunchAnimator()
|
D | TaskShortcutFactory.java | 112 public SplitSelectSystemShortcut(BaseDraggingActivity target, TaskView taskView, in SplitSelectSystemShortcut()
|
D | TaskOverlayFactory.java | 62 public static List<SystemShortcut> getEnabledShortcuts(TaskView taskView, in getEnabledShortcuts()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | KeyboardQuickSwitchViewController.java | 135 View taskView = mKeyboardQuickSwitchView.getTaskAt(index); in launchTaskAt() local
|
D | LauncherTaskbarUIController.java | 369 public void launchSplitTasks(@NonNull View taskView, @NonNull GroupTask groupTask) { in launchSplitTasks()
|
D | KeyboardQuickSwitchView.java | 142 KeyboardQuickSwitchTaskView taskView = (KeyboardQuickSwitchTaskView) layoutInflater.inflate( in createAndAddTaskView() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | FallbackRecentsView.java | 218 public void initiateSplitSelect(TaskView taskView, in initiateSplitSelect()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | QuickstepLauncher.java | 1255 public void launchSplitTasks(@NonNull View taskView, @NonNull GroupTask groupTask) { in launchSplitTasks()
|