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

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHorizontalScrollView.java378 private boolean inChild(int x, int y) { method in class:HorizontalScrollView
482 if (!inChild((int) x, (int) ev.getY())) {
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java452 private boolean inChild(int x, int y) { method in class:ScrollerView
561 if (!inChild((int) ev.getX(), (int) ev.getY())) {

Completed in 92 milliseconds