Searched refs:getChildAtPosition (Results 1 – 4 of 4) sorted by relevance
323 mTouchedView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()653 if (mCallback.getChildAtPosition(ev) != null) { in onTouchEvent()656 mTouchedView = mCallback.getChildAtPosition(ev); in onTouchEvent()904 View getChildAtPosition(MotionEvent ev); in getChildAtPosition() method
49 ExpandableView getChildAtPosition(float x, float y); in getChildAtPosition() method242 v = mCallback.getChildAtPosition(x, y); in findView()
1706 private ExpandableView getChildAtPosition(float touchX, float touchY) {1707 return getChildAtPosition(1720 ExpandableView getChildAtPosition(float touchX, float touchY,1764 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]);3875 final ExpandableView childAtTouchPos = getChildAtPosition( in onInterceptTouchEventScroll()6297 public ExpandableView getChildAtPosition(float touchX, float touchY) {6298 return NotificationStackScrollLayout.this.getChildAtPosition(touchX, touchY);
521 public View getChildAtPosition(MotionEvent ev) {522 View child = mView.getChildAtPosition(