Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java262 mCurrView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()
531 if (mCallback.getChildAtPosition(ev) != null) {
652 View getChildAtPosition(MotionEvent ev);
DExpandHelper.java42 ExpandableView getChildAtPosition(float x, float y); in getChildAtPosition() method
212 v = mCallback.getChildAtPosition(x, y); in findView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java921 public View getChildAtPosition(MotionEvent ev) { in getChildAtPosition() method in NotificationStackScrollLayout
922 View child = getChildAtPosition(ev.getX(), ev.getY()); in getChildAtPosition()
972 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]); in getChildAtRawPosition()
976 public ExpandableView getChildAtPosition(float touchX, float touchY) { in getChildAtPosition() method in NotificationStackScrollLayout
2937 if (getChildAtPosition(ev.getX(), y) == null) { in onInterceptTouchEventScroll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java439 public View getChildAtPosition(MotionEvent ev) { in getChildAtPosition() method in TaskStackViewTouchHandler