Searched refs:inChild (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java414 private boolean inChild(int x, int y) { method in class:HorizontalScrollView
515 if (!inChild((int) x, (int) ev.getY())) {
H A DScrollView.java442 private boolean inChild(int x, int y) { method in class:ScrollView
558 if (!inChild((int) ev.getX(), (int) y)) {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java597 private boolean inChild(int x, int y) { method in class:NestedScrollView
699 if (!inChild((int) ev.getX(), y)) {

Completed in 58 milliseconds