Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DGroupedTaskView.java140 public boolean offerTouchToChildren(MotionEvent event) { in offerTouchToChildren() method in GroupedTaskView
146 return super.offerTouchToChildren(event); in offerTouchToChildren()
H A DTaskView.java491 public boolean offerTouchToChildren(MotionEvent event) { in offerTouchToChildren() method in TaskView
H A DRecentsView.java1194 if (isTaskViewVisible(taskView) && taskView.offerTouchToChildren(ev)) { in onTouchEvent()
1201 if (taskView != null && taskView.offerTouchToChildren(ev)) { in onTouchEvent()