Home
last modified time | relevance | path

Searched refs:GroupedTaskView (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DGroupedTaskView.java40 public class GroupedTaskView extends TaskView { class
56 public GroupedTaskView(Context context) { in GroupedTaskView() method in GroupedTaskView
60 public GroupedTaskView(Context context, AttributeSet attrs) { in GroupedTaskView() method in GroupedTaskView
64 public GroupedTaskView(Context context, AttributeSet attrs, int defStyleAttr) { in GroupedTaskView() method in GroupedTaskView
H A DRecentsView.java445 private final ViewPool<GroupedTaskView> mGroupedTaskViewPool;
925 if (child instanceof GroupedTaskView) { in onViewRemoved()
926 mGroupedTaskViewPool.recycle((GroupedTaskView)taskView); in onViewRemoved()
1403 ((GroupedTaskView) taskView).bind(leftTopTask, rightBottomTask, mOrientationState, in applyLoadPlan()
1502 if (getChildAt(i) instanceof GroupedTaskView) { in getGroupedTaskViewCount()
2215 ((GroupedTaskView)taskView).bind(mTmpRunningTasks[0], mTmpRunningTasks[1], in showCurrentTask()
3261 boolean isCurrentSplit = getCurrentPageTaskView() instanceof GroupedTaskView; in updateCurrentTaskActionsVisibility()
4373 if (runningTaskView instanceof GroupedTaskView) { in setRecentsAnimationTargets()
4378 ((GroupedTaskView) runningTaskView).updateSplitBoundsConfig(mSplitBoundsConfig); in setRecentsAnimationTargets()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSplitSelectStateController.java43 import com.android.quickstep.views.GroupedTaskView;
70 private GroupedTaskView mLaunchingTaskView;
102 public void launchTasks(GroupedTaskView groupedTaskView, in launchTasks()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskViewUtils.java77 import com.android.quickstep.views.GroupedTaskView;
441 @Nullable GroupedTaskView launchingTaskView, in composeRecentsSplitLaunchAnimatorLegacy()