Searched defs: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/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java645 private boolean inChild(int x, int y) { method in class:NestedScrollView
747 if (!inChild((int) ev.getX(), y)) {

Completed in 82 milliseconds