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.java301 mTouchedView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()
601 if (mCallback.getChildAtPosition(ev) != null) { in onTouchEvent()
604 mTouchedView = mCallback.getChildAtPosition(ev); in onTouchEvent()
751 View getChildAtPosition(MotionEvent ev); in getChildAtPosition() method
DExpandHelper.java43 ExpandableView getChildAtPosition(float x, float y); in getChildAtPosition() method
222 v = mCallback.getChildAtPosition(x, y); in findView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1542 private ExpandableView getChildAtPosition(float touchX, float touchY) {
1543 return getChildAtPosition(
1557 ExpandableView getChildAtPosition(float touchX, float touchY,
1597 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]);
3716 final ExpandableView childAtTouchPos = getChildAtPosition( in onInterceptTouchEventScroll()
5985 public ExpandableView getChildAtPosition(float touchX, float touchY) {
5986 return NotificationStackScrollLayout.this.getChildAtPosition(touchX, touchY);
DNotificationStackScrollLayoutController.java465 public View getChildAtPosition(MotionEvent ev) {
466 View child = mView.getChildAtPosition(