Searched refs:findTopChildUnder (Results 1 – 25 of 26) sorted by relevance
12
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | ViewDragHelper.java | 973 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
|
D | DrawerLayout.java | 1440 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/ |
D | current.txt | 604 method public android.view.View findTopChildUnder(int, int);
|
D | 26.0.0.txt | 604 method public android.view.View findTopChildUnder(int, int);
|
/frameworks/support/api/ |
D | 22.0.0.txt | 4240 method public android.view.View findTopChildUnder(int, int);
|
D | 22.1.0.txt | 4648 method public android.view.View findTopChildUnder(int, int);
|
D | 22.2.0.txt | 5062 method public android.view.View findTopChildUnder(int, int);
|
D | 22.2.1.txt | 5091 method public android.view.View findTopChildUnder(int, int);
|
D | 24.2.0.txt | 7437 method public android.view.View findTopChildUnder(int, int);
|
D | 25.0.0.txt | 7507 method public android.view.View findTopChildUnder(int, int);
|
D | 25.2.0.txt | 7918 method public android.view.View findTopChildUnder(int, int);
|
D | 25.1.0.txt | 7918 method public android.view.View findTopChildUnder(int, int);
|
D | 23.0.0.txt | 5859 method public android.view.View findTopChildUnder(int, int);
|
D | 23.4.0.txt | 6569 method public android.view.View findTopChildUnder(int, int);
|
D | 23.1.0.txt | 6163 method public android.view.View findTopChildUnder(int, int);
|
D | 23.1.1.txt | 6133 method public android.view.View findTopChildUnder(int, int);
|
D | 25.3.0.txt | 8350 method public android.view.View findTopChildUnder(int, int);
|
D | 23.2.1.txt | 6557 method public android.view.View findTopChildUnder(int, int);
|
D | 25.4.0.txt | 8428 method public android.view.View findTopChildUnder(int, int);
|
D | 26.0.0-alpha1.txt | 8823 method public android.view.View findTopChildUnder(int, int);
|
D | 23.2.0.txt | 6557 method public android.view.View findTopChildUnder(int, int);
|
D | 24.1.0.txt | 7179 method public android.view.View findTopChildUnder(int, int);
|
D | 26.1.0.txt | 10081 method public android.view.View findTopChildUnder(int, int);
|
D | 24.0.0.txt | 7177 method public android.view.View findTopChildUnder(int, int);
|
D | 26.0.0-beta1.txt | 9836 method public android.view.View findTopChildUnder(int, int);
|
12