Home
last modified time | relevance | path

Searched refs:findTopChildUnder (Results 1 – 10 of 10) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java973 final View toCapture = findTopChildUnder((int) x, (int) y); in shouldInterceptTouchEvent()
1002 final View toCapture = findTopChildUnder((int) x, (int) y); in shouldInterceptTouchEvent()
1026 final View toCapture = findTopChildUnder((int) x, (int) y); in shouldInterceptTouchEvent()
1107 final View toCapture = findTopChildUnder((int) x, (int) y); in processTouchEvent()
1134 final View toCapture = findTopChildUnder((int) x, (int) y); in processTouchEvent()
1185 final View toCapture = findTopChildUnder((int) x, (int) y); in processTouchEvent()
1211 if (findTopChildUnder((int) x, (int) y) == mCapturedView && in processTouchEvent()
1476 public View findTopChildUnder(int x, int y) { in findTopChildUnder() method in ViewDragHelper
DDrawerLayout.java1450 final View child = mLeftDragger.findTopChildUnder((int) x, (int) y); in onInterceptTouchEvent()
1503 final View touchedView = mLeftDragger.findTopChildUnder((int) x, (int) y); in onTouchEvent()
/frameworks/support/v4/api/
D22.1.0.txt3064 method public android.view.View findTopChildUnder(int, int);
D22.0.0.txt2798 method public android.view.View findTopChildUnder(int, int);
D22.2.1.txt3140 method public android.view.View findTopChildUnder(int, int);
D22.2.0.txt3139 method public android.view.View findTopChildUnder(int, int);
D23.0.0.txt3429 method public android.view.View findTopChildUnder(int, int);
D23.1.0.txt3469 method public android.view.View findTopChildUnder(int, int);
D23.1.1.txt3436 method public android.view.View findTopChildUnder(int, int);
Dcurrent.txt3710 method public android.view.View findTopChildUnder(int, int);