Searched refs:getChildAtRawPosition (Results 1 – 4 of 4) sorted by relevance
78 ExpandableView child = mStackScroller.getChildAtRawPosition(x, y); in onInterceptTouchEvent()
230 return mCallback.getChildAtRawPosition(x, y); in findView()
42 ExpandableView getChildAtRawPosition(float x, float y); in getChildAtRawPosition() method217 v = mCallback.getChildAtRawPosition(x, y); in findView()
1063 public ExpandableView getChildAtRawPosition(float touchX, float touchY) { in getChildAtRawPosition() method in NotificationStackScrollLayout