Home
last modified time | relevance | path

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

12

/frameworks/support/customview/src/main/java/androidx/customview/widget/
DViewDragHelper.java984 final View toCapture = findTopChildUnder((int) x, (int) y); in shouldInterceptTouchEvent()
1013 final View toCapture = findTopChildUnder((int) x, (int) y); in shouldInterceptTouchEvent()
1037 final View toCapture = findTopChildUnder((int) x, (int) y); in shouldInterceptTouchEvent()
1116 final View toCapture = findTopChildUnder((int) x, (int) y); in processTouchEvent()
1143 final View toCapture = findTopChildUnder((int) x, (int) y); in processTouchEvent()
1194 final View toCapture = findTopChildUnder((int) x, (int) y); in processTouchEvent()
1220 if (findTopChildUnder((int) x, (int) y) == mCapturedView in processTouchEvent()
1486 public View findTopChildUnder(int x, int y) { in findTopChildUnder() method in ViewDragHelper
/frameworks/support/customview/api/
Dcurrent.txt54 method public android.view.View findTopChildUnder(int, int);
/frameworks/support/customview/api_legacy/
Dcurrent.txt54 method public android.view.View findTopChildUnder(int, int);
D0.0.0.txt54 method public android.view.View findTopChildUnder(int, int);
D28.0.0-alpha1.txt54 method public android.view.View findTopChildUnder(int, int);
/frameworks/support/drawerlayout/src/main/java/androidx/drawerlayout/widget/
DDrawerLayout.java1502 final View child = mLeftDragger.findTopChildUnder((int) x, (int) y); in onInterceptTouchEvent()
1592 final View touchedView = mLeftDragger.findTopChildUnder((int) x, (int) y); in onTouchEvent()
/frameworks/support/legacy/core-ui/api_legacy/
D26.1.0.txt604 method public android.view.View findTopChildUnder(int, int);
D27.0.0.txt604 method public android.view.View findTopChildUnder(int, int);
D26.0.0.txt604 method public android.view.View findTopChildUnder(int, int);
D27.1.0.txt699 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);
D25.2.0.txt7918 method public android.view.View findTopChildUnder(int, int);
D25.0.0.txt7507 method public android.view.View findTopChildUnder(int, int);
D24.2.0.txt7437 method public android.view.View findTopChildUnder(int, int);
D23.0.0.txt5859 method public android.view.View findTopChildUnder(int, int);
D23.1.1.txt6133 method public android.view.View findTopChildUnder(int, int);
D25.4.0.txt8428 method public android.view.View findTopChildUnder(int, int);
D23.2.1.txt6557 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);
D23.4.0.txt6569 method public android.view.View findTopChildUnder(int, int);
D23.1.0.txt6163 method public android.view.View findTopChildUnder(int, int);

12