Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java728 private DesktopTaskView mDesktopTaskView; field in RecentsView
1618 if (DesktopTaskView.DESKTOP_IS_PROTO2_ENABLED && mDesktopTaskView != null in moveRunningTaskToFront()
1700 mDesktopTaskView = null; in applyLoadPlan()
1763 mDesktopTaskView = (DesktopTaskView) getTaskViewFromPool( in applyLoadPlan()
1766 addView(mDesktopTaskView, 0); in applyLoadPlan()
1767 mDesktopTaskView.bind(desktopTask.tasks, mOrientationState); in applyLoadPlan()
4666 if (mDesktopTaskView != null) {
4667 mDesktopTaskView.setVisibility(visible ? VISIBLE : GONE);
5415 if (DesktopTaskView.DESKTOP_IS_PROTO2_ENABLED && mDesktopTaskView != null) { in getFirstViewIndex()