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

  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 384 private boolean inChild(int x, int y) {
481 if (!inChild((int) x, (int) ev.getY())) {
    [all...]
ScrollView.java 406 private boolean inChild(int x, int y) {
517 if (!inChild((int) ev.getX(), (int) y)) {
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java 378 private boolean inChild(int x, int y) {
482 if (!inChild((int) x, (int) ev.getY())) {
    [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 72 milliseconds