Searched refs:TaskView (Results 1 – 25 of 140) sorted by relevance
123456
22 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 …]
5 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 …]
95 open class TaskView in <lambda>() class182 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 …]
526 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 …]
71 public class TaskView extends android.widget.FrameLayout implements com.android.launcher3.util.View… class137 …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 …]
6 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()
22 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()
14 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()
55 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) {
59 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;
87 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()
23 import com.android.wm.shell.taskview.TaskView31 class BubbleTaskView(val taskView: TaskView, executor: Executor) {56 var delegateListener: TaskView.Listener? = null60 val listener = object : TaskView.Listener {
40 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()
63 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()
89 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()
27 import com.android.quickstep.views.TaskView;67 TaskView taskView = mRecentsView.getNextPageTaskView(); in shouldSwipeDownReturnToApp()80 TaskView taskView = mRecentsView.getCurrentPageTaskView(); in createSwipeDownToTaskAppAnimation()
31 @VisibleForTesting(otherwise = PRIVATE) val taskViewAtom: LauncherAtom.TaskView70 ): LauncherAtom.TaskView = in buildProto()71 LauncherAtom.TaskView.newBuilder() in buildProto()
32 import com.android.wm.shell.taskview.TaskView39 val taskView: TaskView,55 object : TaskView.Listener {
15 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()
40 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()
28 import com.android.wm.shell.taskview.TaskView49 private lateinit var taskView: TaskView71 val delegateListener = object : TaskView.Listener { in onTaskCreated_callsDelegateListener()
com/android/quickstep/views/TaskViewType.class TaskViewType.kt package com.android. ...
META-INF/ META-INF/MANIFEST.MF META-INF/packages__apps__Launcher3__android_common__Launcher3QuickStepLib.kotlin_module com ...
80 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()
55 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()