Home
last modified time | relevance | path

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

12

/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/
DRecentsDismissUtils.kt130 .filter { (taskView, _) -> !tasksToExclude.contains(taskView) } in <lambda>() method
131 .forEach { (taskView, offset) -> in <lambda>() method
144 .filter { (taskView, _) -> !tasksToExclude.contains(taskView) } in <lambda>() method
145 .forEach { (taskView, offset) -> in <lambda>() method
230 recentsView.getTaskViewFromTaskViewId(taskViewId)?.let { taskView -> in <lambda>() method
242 .mapIndexed { index, taskView -> Pair(taskView, index + 1) } in <lambda>() method
247 .mapIndexed { index, taskView -> Pair(taskView, index + 1) } in <lambda>() method
551 .filter { taskView -> in <lambda>() method
554 .forEach { taskView -> in <lambda>() method
DRecentsView.java1138 TaskView taskView = getTaskViewByTaskId(taskId); in onTaskThumbnailChanged() local
1173 TaskView taskView = getTaskViewByTaskId(taskId); in onTaskIconChanged() local
1185 TaskView taskView = getTaskViewByTaskId(id); in updateThumbnail() local
1316 private void clearAndRecycleTaskView(TaskView taskView) { in clearAndRecycleTaskView()
1430 TaskView taskView = getTaskViewByTaskId(taskId); in launchSideTaskInLiveTileMode() local
1555 TaskView taskView = getRunningTaskView(); in launchRunningDesktopTaskView() local
1568 protected boolean isTaskViewWithinBounds(TaskView taskView, int screenStart, int screenEnd, in isTaskViewWithinBounds()
1598 public boolean isTaskInExpectedScrollPosition(@NonNull TaskView taskView) { in isTaskInExpectedScrollPosition()
1750 TaskView taskView = getCurrentPageTaskView(); in onTouchEvent() local
1827 TaskView taskView = getTaskViewAt(mNextPage); in onNotSnappingToPageInFreeScroll() local
[all …]
DTaskContainer.kt41 val taskView: TaskView, constant in com.android.quickstep.views.TaskContainer
/packages/services/Car/car-lib/src/android/car/app/
DRemoteCarDefaultRootTaskViewCallback.java34 default void onTaskViewCreated(@NonNull RemoteCarDefaultRootTaskView taskView) {} in onTaskViewCreated()
DRemoteCarRootTaskViewCallback.java34 default void onTaskViewCreated(@NonNull RemoteCarRootTaskView taskView) {} in onTaskViewCreated()
DCarTaskViewController.java196 void onRemoteCarTaskViewReleased(@NonNull RemoteCarTaskView taskView) { in onRemoteCarTaskViewReleased()
239 RemoteCarTaskView taskView = iterator.next(); in releaseTaskViews() local
DCarTaskViewInputInterceptor.java104 private static boolean isIn(MotionEvent event, RemoteCarTaskView taskView) { in isIn()
262 private static void dispatchEvent(RemoteCarTaskView taskView, MotionEvent event) { in dispatchEvent()
DControlledRemoteCarTaskViewCallback.java37 default void onTaskViewCreated(@NonNull ControlledRemoteCarTaskView taskView) {} in onTaskViewCreated()
DRemoteCarTaskViewCallback.java32 default void onTaskViewCreated(@NonNull T taskView) {} in onTaskViewCreated()
DCarDisplayCompatContainer.java205 public void onTaskViewCreated(@NonNull RemoteCarRootTaskView taskView) { in onTaskViewCreated()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskShortcutFactory.java138 TaskContainer taskContainer, TaskView taskView, in SplitSelectSystemShortcut()
166 public SaveAppPairSystemShortcut(RecentsViewContainer container, GroupedTaskView taskView, in SaveAppPairSystemShortcut()
312 TaskView taskView = mTaskContainer.getTaskView(); in onClick() local
DTaskViewUtils.java123 TaskView taskView = (TaskView) v; in findTaskViewToLaunch() local
165 TaskView taskView = recentsView.getTaskViewByTaskId(openingTaskId); in findTaskViewToLaunch() local
175 @NonNull TaskView taskView, in createRecentsWindowAnimator()
634 TaskView taskView = findTaskViewToLaunch(recentsView, v, appTargets); in composeRecentsLaunchAnimator() local
DTaskOverlayFactory.java65 public static List<SystemShortcut> getEnabledShortcuts(TaskView taskView, in getEnabledShortcuts()
254 GroupedTaskView taskView = (GroupedTaskView) mTaskContainer.getTaskView(); in saveAppPair() local
DRecentsActivity.java271 final TaskView taskView = (TaskView) v; in getActivityLaunchOptions() local
324 @NonNull TaskView taskView, in composeRecentsLaunchAnimator()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/animation/
DFadeInPanelAnimator.java48 public FadeInPanelAnimator(ViewGroup panel, View taskView, Rect toBounds, in FadeInPanelAnimator()
DFadeOutPanelAnimator.java64 public FadeOutPanelAnimator(ViewGroup panel, TaskViewPanelOverlay overlay, View taskView, in FadeOutPanelAnimator()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/model/data/
DTaskViewItemInfoTest.kt62 private val taskView = mock<TaskView>() constant in com.android.launcher3.model.data.TaskViewItemInfoTest
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/
DCarLauncherViewModel.java179 public void onTaskViewCreated(@NonNull ControlledRemoteCarTaskView taskView) { in onTaskViewCreated()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DTaskViewControllerWrapper.java64 void setTaskView(SurfaceView taskView, int taskViewId) { in setTaskView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/desktop/
DDesktopRecentsTransitionController.kt91 private val taskView: TaskView, in <lambda>() constant in com.android.launcher3.desktop.DesktopRecentsTransitionController.RemoteDesktopLaunchTransitionRunner
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt123 val taskView = taskViewSupplier.get() in <lambda>() constant
144 val taskView = taskViewSupplier.get() in <lambda>() constant
DAppPairsController.java113 public boolean canSaveAppPair(TaskView taskView) { in canSaveAppPair()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DDesktopSystemShortcutTest.kt87 private val taskView: TaskView = createTaskViewMock() constant in com.android.quickstep.DesktopSystemShortcutTest
346 val taskView: TaskView = mock() in createTaskViewMock() constant
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchView.java222 KeyboardQuickSwitchTaskView taskView = (KeyboardQuickSwitchTaskView) layoutInflater.inflate( in createAndAddTaskView() local

12