Searched defs:inChild (Results 1 - 3 of 3) sorted by last modified time

/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java565 private boolean inChild(int x, int y) { method in class:NestedScrollView
668 if (!inChild((int) ev.getX(), (int) y)) {
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java406 private boolean inChild(int x, int y) { method in class:HorizontalScrollView
507 if (!inChild((int) x, (int) ev.getY())) {
H A DScrollView.java432 private boolean inChild(int x, int y) { method in class:ScrollView
548 if (!inChild((int) ev.getX(), (int) y)) {

Completed in 16 milliseconds