Home
last modified time | relevance | path

Searched refs:TaskView (Results 1 – 25 of 140) sorted by relevance

123456

/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsViewUtils.kt22 import com.android.quickstep.views.TaskView in <lambda>()
33 taskView: TaskView, in <lambda>()
52 fun getDesktopTaskViewCount(taskViews: Iterable<TaskView>): Int = in <lambda>()
56 fun getLargeTaskViewIds(taskViews: Iterable<TaskView>): List<Int> = in <lambda>()
60 fun getLargeTileCount(taskViews: Iterable<TaskView>): Int = taskViews.count { it.isLargeTile } in <lambda>()
69 taskViews: MutableIterable<TaskView>, in <lambda>()
71 ): TaskView? = in <lambda>()
75 fun getExpectedFocusedTask(taskViews: Iterable<TaskView>): TaskView? = in <lambda>()
89 runningTaskView: TaskView?, in <lambda>()
90 focusedTaskView: TaskView?, in <lambda>()
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/quickstep/util/
DRecentsViewUtils.java5 import com.android.quickstep.views.TaskView;
25 com.android.quickstep.views.TaskView taskView, @org.jetbrains.annotations.NotNull() in screenshotTasks()
46 java.lang.Iterable<? extends com.android.quickstep.views.TaskView> taskViews) { in getDesktopTaskViewCount()
55 java.lang.Iterable<? extends com.android.quickstep.views.TaskView> taskViews) { in getLargeTaskViewIds()
63 java.lang.Iterable<? extends com.android.quickstep.views.TaskView> taskViews) { in getLargeTileCount()
74 …public final com.android.quickstep.views.TaskView getFirstLargeTaskView(@org.jetbrains.annotations… in getFirstLargeTaskView()
75 …java.lang.Iterable<? extends com.android.quickstep.views.TaskView> taskViews, boolean splitSelectA… in getFirstLargeTaskView()
83 …public final com.android.quickstep.views.TaskView getExpectedFocusedTask(@org.jetbrains.annotation… in getExpectedFocusedTask()
84 java.lang.Iterable<? extends com.android.quickstep.views.TaskView> taskViews) { in getExpectedFocusedTask()
98 …public final com.android.quickstep.views.TaskView getExpectedCurrentTask(@org.jetbrains.annotation… in getExpectedCurrentTask()
[all …]
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt95 open class TaskView in <lambda>() class
182 protected val primarySplitTranslationProperty: FloatProperty<TaskView> in <lambda>()
189 protected val secondarySplitTranslationProperty: FloatProperty<TaskView> in <lambda>()
196 protected val primaryDismissTranslationProperty: FloatProperty<TaskView> in <lambda>()
200 protected val secondaryDismissTranslationProperty: FloatProperty<TaskView> in <lambda>()
204 protected val primaryTaskOffsetTranslationProperty: FloatProperty<TaskView> in <lambda>()
211 protected val secondaryTaskOffsetTranslationProperty: FloatProperty<TaskView> in <lambda>()
218 protected val taskResistanceTranslationProperty: FloatProperty<TaskView> in <lambda>()
495 context.obtainStyledAttributes(attrs, R.styleable.TaskView, defStyleAttr, defStyleRes).use { in <lambda>()
648 TaskOverlayFactory.getEnabledShortcuts(this@TaskView, it).forEach { shortcut in <lambda>()
[all …]
DRecentsView.java526 private TaskView mSelectedTask = null;
566 private final ViewPool<TaskView> mTaskViewPool;
627 TaskView taskView = getTaskViewByTaskId(taskId);
650 TaskView taskView = getTaskViewByTaskId(taskId);
752 private TaskView mSplitHiddenTaskView;
754 private TaskView mSecondSplitHiddenView;
799 private TaskView mMovingTaskView;
1091 TaskView taskView = getTaskViewByTaskId(taskId); in onTaskThumbnailChanged()
1108 for (TaskView taskView : getTaskViews()) { in onTaskIconChanged()
1125 TaskView taskView = getTaskViewByTaskId(taskId); in onTaskIconChanged()
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/quickstep/views/
DTaskView.java71 public class TaskView extends android.widget.FrameLayout implements com.android.launcher3.util.View… class
137 …android.launcher3.util.MultiPropertyFactory<com.android.quickstep.views.TaskView> settledProgressP…
138 …android.launcher3.util.MultiPropertyFactory<com.android.quickstep.views.TaskView>.MultiProperty se…
139 …android.launcher3.util.MultiPropertyFactory<com.android.quickstep.views.TaskView>.MultiProperty se…
140 …android.launcher3.util.MultiPropertyFactory<com.android.quickstep.views.TaskView>.MultiProperty se…
176 …private static final android.util.FloatProperty<com.android.quickstep.views.TaskView> SETTLED_PROG…
178 …private static final android.util.FloatProperty<com.android.quickstep.views.TaskView> SPLIT_SELECT…
180 …private static final android.util.FloatProperty<com.android.quickstep.views.TaskView> SPLIT_SELECT…
182 …private static final android.util.FloatProperty<com.android.quickstep.views.TaskView> DISMISS_TRAN…
184 …private static final android.util.FloatProperty<com.android.quickstep.views.TaskView> DISMISS_TRAN…
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/bubbles/
DBubbleTaskView.java6 import com.android.wm.shell.taskview.TaskView;
17 private final com.android.wm.shell.taskview.TaskView taskView = null;
49 private com.android.wm.shell.taskview.TaskView.Listener delegateListener;
55 private final com.android.wm.shell.taskview.TaskView.Listener listener = null;
58 com.android.wm.shell.taskview.TaskView taskView, @org.jetbrains.annotations.NotNull() in BubbleTaskView()
64 public final com.android.wm.shell.taskview.TaskView getTaskView() { in getTaskView()
106 public final com.android.wm.shell.taskview.TaskView.Listener getDelegateListener() { in getDelegateListener()
114 com.android.wm.shell.taskview.TaskView.Listener p0) { in setDelegateListener()
122 public final com.android.wm.shell.taskview.TaskView.Listener getListener() { in getListener()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/controls/ui/
DDetailDialog.java22 import com.android.wm.shell.taskview.TaskView;
36 private final com.android.wm.shell.taskview.TaskView taskView = null;
53 private final com.android.wm.shell.taskview.TaskView.Listener stateCallback = null;
60 com.android.wm.shell.taskview.TaskView taskView, @org.jetbrains.annotations.NotNull() in DetailDialog()
79 public final com.android.wm.shell.taskview.TaskView getTaskView() { in getTaskView()
104 public final com.android.wm.shell.taskview.TaskView.Listener getStateCallback() { in getStateCallback()
DPanelTaskViewController.java14 import com.android.wm.shell.taskview.TaskView;
26 private final com.android.wm.shell.taskview.TaskView taskView = null;
32 private final com.android.wm.shell.taskview.TaskView.Listener stateCallback = null;
38 com.android.wm.shell.taskview.TaskView taskView, @org.jetbrains.annotations.NotNull() in PanelTaskViewController()
44 public final com.android.wm.shell.taskview.TaskView getTaskView() { in getTaskView()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java55 import com.android.quickstep.views.TaskView;
83 @Nullable TaskView targetTaskView) { in createHomeAnimationFactory()
95 TaskView sourceTaskView = mRecentsView == null && targetTaskView == null in createHomeAnimationFactory()
118 public TaskView getTargetTaskView() { in createHomeAnimationFactory()
131 View workspaceView, @Nullable TaskView targetTaskView) {
210 public TaskView getTargetTaskView() {
296 private View findWorkspaceView(List<IBinder> launchCookies, TaskView sourceTaskView) {
DTaskShortcutFactory.java59 import com.android.quickstep.views.TaskView;
110 TaskView taskView = taskContainer.getTaskView();
131 private final TaskView mTaskView;
134 public SplitSelectSystemShortcut(RecentsViewContainer container, TaskView taskView, in SplitSelectSystemShortcut()
178 private final TaskView mTaskView;
308 final TaskView taskView = taskContainer.getTaskView();
341 final TaskView taskView = taskContainer.getTaskView();
423 private final TaskView mTaskView;
DTaskViewUtils.java87 import com.android.quickstep.views.TaskView;
110 public static TaskView findTaskViewToLaunch( in findTaskViewToLaunch()
112 if (v instanceof TaskView) { in findTaskViewToLaunch()
113 TaskView taskView = (TaskView) v; in findTaskViewToLaunch()
125 TaskView taskView = recentsView.getTaskViewAt(i); in findTaskViewToLaunch()
155 TaskView taskView = recentsView.getTaskViewByTaskId(openingTaskId); in findTaskViewToLaunch()
165 @NonNull TaskView v, in createRecentsWindowAnimator()
565 @NonNull TaskView launchingTaskView, in composeRecentsDesktopLaunchAnimator()
605 TaskView taskView = findTaskViewToLaunch(recentsView, v, appTargets); in composeRecentsLaunchAnimator()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleTaskView.kt23 import com.android.wm.shell.taskview.TaskView
31 class BubbleTaskView(val taskView: TaskView, executor: Executor) {
56 var delegateListener: TaskView.Listener? = null
60 val listener = object : TaskView.Listener {
H A DBubbleTaskViewHelper.java40 import com.android.wm.shell.taskview.TaskView;
78 private TaskView mTaskView;
81 private final TaskView.Listener mTaskViewListener = new TaskView.Listener() {
247 public TaskView getTaskView() { in getTaskView()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewFactoryController.java63 public void create(@UiContext Context context, Executor executor, Consumer<TaskView> onCreate) { in create()
64 TaskView taskView = new TaskView(context, new TaskViewTaskController(context, in create()
74 Executor executor, Consumer<TaskView> onCreate) { in create()
/aosp_15_r20/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
H A DTaskOrganizerMultiWindowTest.java89 private TaskView mTaskView1;
90 private TaskView mTaskView2;
119 mTaskView1 = new TaskView(this, mOrganizer, makeActivityIntent(TestActivity1.class)); in openTaskView()
128 mTaskView2 = new TaskView(this, mOrganizer, makeActivityIntent(TestActivity2.class)); in openTaskView()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java27 import com.android.quickstep.views.TaskView;
67 TaskView taskView = mRecentsView.getNextPageTaskView(); in shouldSwipeDownReturnToApp()
80 TaskView taskView = mRecentsView.getCurrentPageTaskView(); in createSwipeDownToTaskAppAnimation()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/data/
DTaskViewItemInfo.kt31 @VisibleForTesting(otherwise = PRIVATE) val taskViewAtom: LauncherAtom.TaskView
70 ): LauncherAtom.TaskView = in buildProto()
71 LauncherAtom.TaskView.newBuilder() in buildProto()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DPanelTaskViewController.kt32 import com.android.wm.shell.taskview.TaskView
39 val taskView: TaskView,
55 object : TaskView.Listener {
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/model/data/
DTaskViewItemInfo.java15 private final com.android.launcher3.logger.LauncherAtom.TaskView taskViewAtom = null;
25 public final com.android.launcher3.logger.LauncherAtom.TaskView getTaskViewAtom() { in getTaskViewAtom()
51 …public final com.android.launcher3.logger.LauncherAtom.TaskView createTaskViewAtom(int type, int i… in createTaskViewAtom()
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DDigitalWellBeingToastTest.java40 import com.android.quickstep.views.TaskView;
93 final TaskView task = getOnceNotNull("No latest task", launcher -> getLatestTask(launcher)); in getToast()
103 private TaskView getLatestTask(Launcher launcher) { in getLatestTask()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
H A DBubbleTaskViewTest.kt28 import com.android.wm.shell.taskview.TaskView
49 private lateinit var taskView: TaskView
71 val delegateListener = object : TaskView.Listener { in onTaskCreated_callsDelegateListener()
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/repackaged-jarjar/kotlinc/
DLauncher3QuickStepLib.jarcom/android/quickstep/views/TaskViewType.class TaskViewType.kt package com.android. ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kotlin/
DLauncher3QuickStepLib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/packages__apps__Launcher3__android_common__Launcher3QuickStepLib.kotlin_module com ...
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTest.java80 TaskView.Listener mViewListener;
100 TaskView mTaskView;
140 mTaskView = new TaskView(mContext, mTaskViewTaskController); in setUp()
154 TaskView taskView = new TaskView(mContext, in testSetPendingListener_throwsException()
638 mTaskView = new TaskView(mContext, mTaskViewTaskController); in testReleaseInOnTaskRemoval_noNPE()
639 mTaskView.setListener(mExecutor, new TaskView.Listener() { in testReleaseInOnTaskRemoval_noNPE()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java55 import com.android.quickstep.views.TaskView;
134 TaskView tv = getTaskViewByTaskId(mHomeTask.key.id); in onPrepareGestureEndAnimation()
169 protected TaskView getHomeTaskView() { in getHomeTaskView()
242 public void initiateSplitSelect(TaskView taskView, in initiateSplitSelect()

123456