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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java232 mCurrView = mCallback.getChildAtPosition(ev);
395 if (mCallback.getChildAtPosition(ev) != null) {
479 View getChildAtPosition(MotionEvent ev); method in interface:SwipeHelper.Callback
H A DExpandHelper.java44 ExpandableView getChildAtPosition(float x, float y); method in interface:ExpandHelper.Callback
211 v = mCallback.getChildAtPosition(x, y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DSwipeHelper.java184 mCurrView = mCallback.getChildAtPosition(ev);
379 View getChildAtPosition(MotionEvent ev); method in interface:SwipeHelper.Callback
H A DTaskStackViewTouchHandler.java439 public View getChildAtPosition(MotionEvent ev) { method in class:TaskStackViewTouchHandler
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java659 public View getChildAtPosition(MotionEvent ev) { method in class:NotificationStackScrollLayout
660 return getChildAtPosition(ev.getX(), ev.getY());
694 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]);
697 public ExpandableView getChildAtPosition(float touchX, float touchY) { method in class:NotificationStackScrollLayout
2149 if (getChildAtPosition(ev.getX(), y) == null) {

Completed in 618 milliseconds