Home
last modified time | relevance | path

Searched defs:taskViewList (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DCarTaskViewInputInterceptor.java207 List<RemoteCarTaskView> taskViewList = mTaskViewController.getRemoteCarTaskViews(); in dispatchTouchEvent() local
273 List<RemoteCarTaskView> taskViewList = mTaskViewController.getRemoteCarTaskViews(); in onLongPress() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsDismissUtils.kt235 val taskViewList = recentsView.mUtils.taskViews.toList() in <lambda>() constant