Searched refs:getChildAtPosition (Results 1 – 3 of 3) sorted by relevance
298 mCurrView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()592 if (mCallback.getChildAtPosition(ev) != null) { in onTouchEvent()728 View getChildAtPosition(MotionEvent ev); in getChildAtPosition() method
43 ExpandableView getChildAtPosition(float x, float y); in getChildAtPosition() method222 v = mCallback.getChildAtPosition(x, y); in findView()
1669 private ExpandableView getChildAtPosition(float touchX, float touchY) {1670 return getChildAtPosition(1684 private ExpandableView getChildAtPosition(float touchX, float touchY,1726 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]);4278 final ExpandableView childAtTouchPos = getChildAtPosition(6469 public View getChildAtPosition(MotionEvent ev) {6470 View child = NotificationStackScrollLayout.this.getChildAtPosition(6796 public ExpandableView getChildAtPosition(float touchX, float touchY) {6797 return NotificationStackScrollLayout.this.getChildAtPosition(touchX, touchY);