Searched refs:getChildAtPosition (Results 1 – 4 of 4) sorted by relevance
262 mCurrView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()531 if (mCallback.getChildAtPosition(ev) != null) {652 View getChildAtPosition(MotionEvent ev);
42 ExpandableView getChildAtPosition(float x, float y); in getChildAtPosition() method212 v = mCallback.getChildAtPosition(x, y); in findView()
921 public View getChildAtPosition(MotionEvent ev) { in getChildAtPosition() method in NotificationStackScrollLayout922 View child = getChildAtPosition(ev.getX(), ev.getY()); in getChildAtPosition()972 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]); in getChildAtRawPosition()976 public ExpandableView getChildAtPosition(float touchX, float touchY) { in getChildAtPosition() method in NotificationStackScrollLayout2937 if (getChildAtPosition(ev.getX(), y) == null) { in onInterceptTouchEventScroll()
439 public View getChildAtPosition(MotionEvent ev) { in getChildAtPosition() method in TaskStackViewTouchHandler