Searched refs:getChildAtPosition (Results 1 – 4 of 4) sorted by relevance
301 mTouchedView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()601 if (mCallback.getChildAtPosition(ev) != null) { in onTouchEvent()604 mTouchedView = mCallback.getChildAtPosition(ev); in onTouchEvent()751 View getChildAtPosition(MotionEvent ev); in getChildAtPosition() method
43 ExpandableView getChildAtPosition(float x, float y); in getChildAtPosition() method222 v = mCallback.getChildAtPosition(x, y); in findView()
1542 private ExpandableView getChildAtPosition(float touchX, float touchY) {1543 return getChildAtPosition(1557 ExpandableView getChildAtPosition(float touchX, float touchY,1597 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]);3716 final ExpandableView childAtTouchPos = getChildAtPosition( in onInterceptTouchEventScroll()5985 public ExpandableView getChildAtPosition(float touchX, float touchY) {5986 return NotificationStackScrollLayout.this.getChildAtPosition(touchX, touchY);
465 public View getChildAtPosition(MotionEvent ev) {466 View child = mView.getChildAtPosition(