Searched refs:getChildAtPosition (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 278 mCurrView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent() 571 if (mCallback.getChildAtPosition(ev) != null) { in onTouchEvent() 697 View getChildAtPosition(MotionEvent ev); in getChildAtPosition() method
|
D | ExpandHelper.java | 43 ExpandableView getChildAtPosition(float x, float y); in getChildAtPosition() method 219 v = mCallback.getChildAtPosition(x, y); in findView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 1209 public View getChildAtPosition(MotionEvent ev) { 1210 View child = getChildAtPosition(ev.getX(), ev.getY()); 1261 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]); 1265 public ExpandableView getChildAtPosition(float touchX, float touchY) { 1266 return getChildAtPosition(touchX, touchY, true /* requireMinHeight */); 1278 private ExpandableView getChildAtPosition(float touchX, float touchY, 3480 if (getChildAtPosition(ev.getX(), y, false /* requireMinHeight */) == null) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackViewTouchHandler.java | 438 public View getChildAtPosition(MotionEvent ev) { in getChildAtPosition() method in TaskStackViewTouchHandler
|