/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/ |
H A D | TaskViewTransitions.java | 89 @NonNull TaskViewTaskController taskView, in PendingTransition() 143 private PendingTransition findPendingCloseTransition(TaskViewTaskController taskView) { in findPendingCloseTransition() 168 PendingTransition findPendingOpeningTransition(TaskViewTaskController taskView) { in findPendingOpeningTransition() 184 PendingTransition findPending(TaskViewTaskController taskView, int type) { in findPending() 214 final TaskViewTaskController taskView = findTaskView(triggerTask); in handleRequest() local 252 @NonNull TaskViewTaskController taskView, @NonNull IBinder launchCookie) { in startTaskView() 259 @NonNull TaskViewTaskController taskView) { in closeTaskView() 266 @NonNull TaskViewTaskController taskView) { in moveTaskViewToFullscreen() 272 public void setTaskViewVisible(TaskViewTaskController taskView, boolean visible) { in setTaskViewVisible() 287 public void setTaskViewVisible(TaskViewTaskController taskView, boolean visible, in setTaskViewVisible() [all …]
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 1091 TaskView taskView = getTaskViewByTaskId(taskId); in onTaskThumbnailChanged() local 1125 TaskView taskView = getTaskViewByTaskId(taskId); in onTaskIconChanged() local 1137 TaskView taskView = getTaskViewByTaskId(id); in updateThumbnail() local 1247 TaskView taskView = (TaskView) child; in onViewRemoved() local 1356 TaskView taskView = getTaskViewByTaskId(taskId); in launchSideTaskInLiveTileMode() local 1468 private boolean isTaskViewWithinBounds(TaskView taskView, int screenStart, int screenEnd, in isTaskViewWithinBounds() 1658 TaskView taskView = getCurrentPageTaskView(); in onTouchEvent() local 1732 TaskView taskView = getTaskViewAt(mNextPage); in onNotSnappingToPageInFreeScroll() local 1935 TaskView taskView = getTaskViewFromPool( in applyLoadPlan() local 2340 private Rect getTaskBounds(TaskView taskView) { in getTaskBounds() [all …]
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/bar/ |
H A D | BubbleBarExpandedViewTest.kt | 272 val taskView = FakeBubbleTaskViewFactory().create() in animateExpansion_taskViewAttachedAndVisible() constant 312 val taskView = FakeBubbleTaskViewFactory().create() in animateExpansion_taskViewAttachedAndInvisible() constant 359 val taskView = TaskView(context, taskViewTaskController) in create() constant
|
/aosp_15_r20/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 605 TaskView taskView = findTaskViewToLaunch(recentsView, v, appTargets); in composeRecentsLaunchAnimator() local
|
D | TaskShortcutFactory.java | 134 public SplitSelectSystemShortcut(RecentsViewContainer container, TaskView taskView, in SplitSelectSystemShortcut() 156 public SaveAppPairSystemShortcut(RecentsViewContainer container, GroupedTaskView taskView, in SaveAppPairSystemShortcut()
|
D | RecentsActivity.java | 271 final TaskView taskView = (TaskView) v; in getActivityLaunchOptions() local 324 @NonNull TaskView taskView, in composeRecentsLaunchAnimator()
|
D | TaskOverlayFactory.java | 64 public static List<SystemShortcut> getEnabledShortcuts(TaskView taskView, in getEnabledShortcuts() 240 GroupedTaskView taskView = (GroupedTaskView) mTaskContainer.getTaskView(); in saveAppPair() local
|
D | OverviewCommandHelper.kt | 214 val taskView = recentsView.getTaskViewAt(currentPage) in <lambda>() constant
|
/aosp_15_r20/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
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/controls/ui/ |
D | PanelTaskViewController.java | 26 private final com.android.wm.shell.taskview.TaskView taskView = null; field in PanelTaskViewController 38 com.android.wm.shell.taskview.TaskView taskView, @org.jetbrains.annotations.NotNull() in PanelTaskViewController()
|
D | DetailDialog.java | 36 private final com.android.wm.shell.taskview.TaskView taskView = null; field in DetailDialog 60 com.android.wm.shell.taskview.TaskView taskView, @org.jetbrains.annotations.NotNull() in DetailDialog()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/ |
H A D | FakeBubbleTaskViewFactory.kt | 36 val taskView = TaskView(context, taskViewTaskController) in create() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/bubbles/ |
D | BubbleTaskView.java | 17 private final com.android.wm.shell.taskview.TaskView taskView = null; field in BubbleTaskView 57 public BubbleTaskView(@org.jetbrains.annotations.NotNull() in BubbleTaskView()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/desktop/ |
D | DesktopRecentsTransitionController.java | 82 private final com.android.quickstep.views.TaskView taskView = null; field in DesktopRecentsTransitionController.RemoteDesktopLaunchTransitionRunner 91 public RemoteDesktopLaunchTransitionRunner(@org.jetbrains.annotations.NotNull() in RemoteDesktopLaunchTransitionRunner()
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/app/ |
D | CarTaskViewInputInterceptor.java | 104 private static boolean isIn(MotionEvent event, RemoteCarTaskView taskView) { in isIn() 262 private static void dispatchEvent(RemoteCarTaskView taskView, MotionEvent event) { in dispatchEvent()
|
D | CarTaskViewController.java | 196 void onRemoteCarTaskViewReleased(@NonNull RemoteCarTaskView taskView) { in onRemoteCarTaskViewReleased() 239 RemoteCarTaskView taskView = iterator.next(); in releaseTaskViews() local
|
D | RemoteCarRootTaskViewCallback.java | 34 default void onTaskViewCreated(@NonNull RemoteCarRootTaskView taskView) {} in onTaskViewCreated()
|
D | RemoteCarDefaultRootTaskViewCallback.java | 34 default void onTaskViewCreated(@NonNull RemoteCarDefaultRootTaskView taskView) {} in onTaskViewCreated()
|
D | RemoteCarTaskViewCallback.java | 32 default void onTaskViewCreated(@NonNull T taskView) {} in onTaskViewCreated()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/quickstep/views/ |
D | TaskContainer.java | 22 private final com.android.quickstep.views.TaskView taskView = null; field in TaskContainer 55 public TaskContainer(@org.jetbrains.annotations.NotNull() in TaskContainer()
|
D | DigitalWellBeingToast.java | 44 private com.android.quickstep.views.TaskView taskView; field in DigitalWellBeingToast 119 com.android.quickstep.views.TaskView taskView, @org.jetbrains.annotations.NotNull() in bind()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/mediaprojection/appselector/view/ |
H A D | MediaProjectionRecentsViewControllerTest.kt | 86 private val taskView = in <lambda>() constant in com.android.systemui.mediaprojection.appselector.view.MediaProjectionRecentsViewControllerTest
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/model/data/ |
D | TaskViewItemInfoTest.kt | 55 private val taskView = mock<TaskView>() constant
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitAnimationController.kt | 123 val taskView = taskViewSupplier.get() in <lambda>() constant 144 val taskView = taskViewSupplier.get() in <lambda>() constant
|
/aosp_15_r20/cts/tests/tests/car/src/android/car/app/cts/ |
H A D | CarTaskViewControllerTest.java | 354 private Point getTaskViewCenterOnScreen(ControlledRemoteCarTaskView taskView) throws Exception { in getTaskViewCenterOnScreen() 527 public void onTaskViewCreated(@NonNull ControlledRemoteCarTaskView taskView) { in onTaskViewCreated()
|