Home
last modified time | relevance | path

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

12

/frameworks/support/core-ui/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()
1105 final View toCapture = findTopChildUnder((int) x, (int) y); in processTouchEvent()
1132 final View toCapture = findTopChildUnder((int) x, (int) y); in processTouchEvent()
1183 final View toCapture = findTopChildUnder((int) x, (int) y); in processTouchEvent()
1209 if (findTopChildUnder((int) x, (int) y) == mCapturedView in processTouchEvent()
1474 public View findTopChildUnder(int x, int y) { in findTopChildUnder() method in ViewDragHelper
DDrawerLayout.java1440 final View child = mLeftDragger.findTopChildUnder((int) x, (int) y); in onInterceptTouchEvent()
1493 final View touchedView = mLeftDragger.findTopChildUnder((int) x, (int) y); in onTouchEvent()
/frameworks/support/core-ui/api/
Dcurrent.txt604 method public android.view.View findTopChildUnder(int, int);
D26.0.0.txt604 method public android.view.View findTopChildUnder(int, int);
/frameworks/support/api/
D22.0.0.txt4240 method public android.view.View findTopChildUnder(int, int);
D22.1.0.txt4648 method public android.view.View findTopChildUnder(int, int);
D22.2.0.txt5062 method public android.view.View findTopChildUnder(int, int);
D22.2.1.txt5091 method public android.view.View findTopChildUnder(int, int);
D24.2.0.txt7437 method public android.view.View findTopChildUnder(int, int);
D25.0.0.txt7507 method public android.view.View findTopChildUnder(int, int);
D25.2.0.txt7918 method public android.view.View findTopChildUnder(int, int);
D25.1.0.txt7918 method public android.view.View findTopChildUnder(int, int);
D23.0.0.txt5859 method public android.view.View findTopChildUnder(int, int);
D23.4.0.txt6569 method public android.view.View findTopChildUnder(int, int);
D23.1.0.txt6163 method public android.view.View findTopChildUnder(int, int);
D23.1.1.txt6133 method public android.view.View findTopChildUnder(int, int);
D25.3.0.txt8350 method public android.view.View findTopChildUnder(int, int);
D23.2.1.txt6557 method public android.view.View findTopChildUnder(int, int);
D25.4.0.txt8428 method public android.view.View findTopChildUnder(int, int);
D26.0.0-alpha1.txt8823 method public android.view.View findTopChildUnder(int, int);
D23.2.0.txt6557 method public android.view.View findTopChildUnder(int, int);
D24.1.0.txt7179 method public android.view.View findTopChildUnder(int, int);
D26.1.0.txt10081 method public android.view.View findTopChildUnder(int, int);
D24.0.0.txt7177 method public android.view.View findTopChildUnder(int, int);
D26.0.0-beta1.txt9836 method public android.view.View findTopChildUnder(int, int);

12