Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java968 final View toCapture = findTopChildUnder((int) x, (int) y); in shouldInterceptTouchEvent()
997 final View toCapture = findTopChildUnder((int) x, (int) y); in shouldInterceptTouchEvent()
1017 final View toCapture = findTopChildUnder((int) x, (int) y); in shouldInterceptTouchEvent()
1098 final View toCapture = findTopChildUnder((int) x, (int) y); in processTouchEvent()
1125 final View toCapture = findTopChildUnder((int) x, (int) y); in processTouchEvent()
1169 final View toCapture = findTopChildUnder((int) x, (int) y); in processTouchEvent()
1195 if (findTopChildUnder((int) x, (int) y) == mCapturedView && in processTouchEvent()
1460 public View findTopChildUnder(int x, int y) { in findTopChildUnder() method in ViewDragHelper
DDrawerLayout.java1294 final View child = mLeftDragger.findTopChildUnder((int) x, (int) y); in onInterceptTouchEvent()
1347 final View touchedView = mLeftDragger.findTopChildUnder((int) x, (int) y); in onTouchEvent()
/frameworks/support/v4/api/
D22.0.0.txt2798 method public android.view.View findTopChildUnder(int, int);
D22.1.0.txt3064 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.txt3429 method public android.view.View findTopChildUnder(int, int);
Dcurrent.txt3435 method public android.view.View findTopChildUnder(int, int);