Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java111 return recentsView.isTaskViewVisible(taskView) ? taskView : null; in findTaskViewToLaunch()
123 if (recentsView.isTaskViewVisible(taskView)) { in findTaskViewToLaunch()
153 if (taskView == null || !recentsView.isTaskViewVisible(taskView)) { in findTaskViewToLaunch()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java163 if (mRecentsView.isTaskViewVisible(view) && mContainer.getDragLayer() in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitSelectStateController.java766 && mLaunchingTaskView.getRecentsView().isTaskViewVisible( in startAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1285 if (taskView == null || !isTaskViewVisible(taskView)) { in launchSideTaskInLiveTileMode()
1339 public boolean isTaskViewVisible(TaskView tv) { in isTaskViewVisible() method in RecentsView
1562 if (isTaskViewVisible(taskView) && taskView.offerTouchToChildren(ev)) { in onTouchEvent()
4136 if (isTaskViewVisible(topTask)) { in getHighestVisibleTaskIndex()