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.java442 public boolean offerTouchToChildren(MotionEvent event) { in offerTouchToChildren() method in TaskView
DRecentsView.java1006 if (isTaskViewVisible(taskView) && taskView.offerTouchToChildren(ev)) { in onTouchEvent()
1013 if (taskView != null && taskView.offerTouchToChildren(ev)) { in onTouchEvent()