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

  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 395 private boolean inChild(int x, int y) {
492 if (!inChild((int) x, (int) ev.getY())) {
    [all...]
ScrollView.java 422 private boolean inChild(int x, int y) {
534 if (!inChild((int) ev.getX(), (int) y)) {
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 452 private boolean inChild(int x, int y) {
561 if (!inChild((int) ev.getX(), (int) ev.getY())) {
    [all...]

Completed in 77 milliseconds