Searched refs:inChild (Results 1 – 2 of 2) sorted by relevance
544 private boolean inChild(int x, int y) { in inChild() method in ScrollView660 if (!inChild((int) ev.getX(), (int) y)) { in onInterceptTouchEvent()
511 private boolean inChild(int x, int y) { in inChild() method in HorizontalScrollView613 if (!inChild((int) x, (int) ev.getY())) { in onInterceptTouchEvent()