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

  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 398 private boolean inChild(int x, int y) {
495 if (!inChild((int) x, (int) ev.getY())) {
    [all...]
ScrollView.java 432 private boolean inChild(int x, int y) {
544 if (!inChild((int) ev.getX(), (int) y)) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
NestedScrollView.java 519 private boolean inChild(int x, int y) {
629 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...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 95 milliseconds