Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt1275 open fun offerTouchToChildren(event: MotionEvent): Boolean { in <lambda>() method
DRecentsView.java1562 if (isTaskViewVisible(taskView) && taskView.offerTouchToChildren(ev)) { in onTouchEvent()
1569 if (taskView != null && taskView.offerTouchToChildren(ev)) { in onTouchEvent()