Searched defs:getChildAtPosition (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java360 public View getChildAtPosition(MotionEvent ev) { method in class:TaskStackViewTouchHandler
H A DSwipeHelper.java184 mCurrView = mCallback.getChildAtPosition(ev);
379 View getChildAtPosition(MotionEvent ev); method in interface:SwipeHelper.Callback
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java237 public View getChildAtPosition(MotionEvent ev) { method in class:RecentsHorizontalScrollView
H A DRecentsVerticalScrollView.java245 public View getChildAtPosition(MotionEvent ev) { method in class:RecentsVerticalScrollView
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java44 ExpandableView getChildAtPosition(float x, float y); method in interface:ExpandHelper.Callback
221 v = mCallback.getChildAtPosition(x, y);
H A DSwipeHelper.java232 mCurrView = mCallback.getChildAtPosition(ev);
395 if (mCallback.getChildAtPosition(ev) != null) {
479 View getChildAtPosition(MotionEvent ev); method in interface:SwipeHelper.Callback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java339 return getChildAtPosition(x, y);
343 public ExpandableView getChildAtPosition(float x, float y) { method in class:HeadsUpNotificationView
414 public View getChildAtPosition(MotionEvent ev) { method in class:HeadsUpNotificationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java590 public View getChildAtPosition(MotionEvent ev) { method in class:NotificationStackScrollLayout
591 return getChildAtPosition(ev.getX(), ev.getY());
625 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]);
628 public ExpandableView getChildAtPosition(float touchX, float touchY) { method in class:NotificationStackScrollLayout
1928 if (getChildAtPosition(ev.getX(), y) == null) {

Completed in 164 milliseconds