Searched defs:inChild (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java384 private boolean inChild(int x, int y) { method in class:HorizontalScrollView
481 if (!inChild((int) x, (int) ev.getY())) {
H A DScrollView.java406 private boolean inChild(int x, int y) { method in class:ScrollView
517 if (!inChild((int) ev.getX(), (int) y)) {

Completed in 21 milliseconds