Searched refs:offerTouchToChildren (Results 1 – 3 of 3) sorted by relevance
140 public boolean offerTouchToChildren(MotionEvent event) { in offerTouchToChildren() method in GroupedTaskView146 return super.offerTouchToChildren(event); in offerTouchToChildren()
491 public boolean offerTouchToChildren(MotionEvent event) { in offerTouchToChildren() method in TaskView
1194 if (isTaskViewVisible(taskView) && taskView.offerTouchToChildren(ev)) { in onTouchEvent()1201 if (taskView != null && taskView.offerTouchToChildren(ev)) { in onTouchEvent()