Home
last modified time | relevance | path

Searched refs:getChildAtPosition (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java232 mCurrView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()
395 if (mCallback.getChildAtPosition(ev) != null) { in onTouchEvent()
479 View getChildAtPosition(MotionEvent ev); in getChildAtPosition() method
DExpandHelper.java44 ExpandableView getChildAtPosition(float x, float y); in getChildAtPosition() method
209 v = mCallback.getChildAtPosition(x, y); in findView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DSwipeHelper.java184 mCurrView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()
379 View getChildAtPosition(MotionEvent ev); in getChildAtPosition() method
DTaskStackViewTouchHandler.java417 public View getChildAtPosition(MotionEvent ev) { in getChildAtPosition() method in TaskStackViewTouchHandler
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java659 public View getChildAtPosition(MotionEvent ev) { in getChildAtPosition() method in NotificationStackScrollLayout
660 return getChildAtPosition(ev.getX(), ev.getY()); in getChildAtPosition()
694 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]); in getChildAtRawPosition()
697 public ExpandableView getChildAtPosition(float touchX, float touchY) { in getChildAtPosition() method in NotificationStackScrollLayout
2146 if (getChildAtPosition(ev.getX(), y) == null) { in onInterceptTouchEventScroll()