Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java101 return recentsView.isTaskViewVisible(taskView) ? taskView : null; in findTaskViewToLaunch()
113 if (recentsView.isTaskViewVisible(taskView)) { in findTaskViewToLaunch()
143 if (taskView == null || !recentsView.isTaskViewVisible(taskView)) { in findTaskViewToLaunch()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java151 if (mRecentsView.isTaskViewVisible(view) && mActivity.getDragLayer() in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java879 if (taskView == null || !isTaskViewVisible(taskView)) { in launchSideTaskInLiveTileMode()
924 public boolean isTaskViewVisible(TaskView tv) { in isTaskViewVisible() method in RecentsView
1006 if (isTaskViewVisible(taskView) && taskView.offerTouchToChildren(ev)) { in onTouchEvent()