Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java323 mTouchedView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()
653 if (mCallback.getChildAtPosition(ev) != null) { in onTouchEvent()
656 mTouchedView = mCallback.getChildAtPosition(ev); in onTouchEvent()
904 View getChildAtPosition(MotionEvent ev); in getChildAtPosition() method
H A DExpandHelper.java49 ExpandableView getChildAtPosition(float x, float y); in getChildAtPosition() method
242 v = mCallback.getChildAtPosition(x, y); in findView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java1706 private ExpandableView getChildAtPosition(float touchX, float touchY) {
1707 return getChildAtPosition(
1720 ExpandableView getChildAtPosition(float touchX, float touchY,
1764 return getChildAtPosition(touchX - mTempInt2[0], touchY - mTempInt2[1]);
3875 final ExpandableView childAtTouchPos = getChildAtPosition( in onInterceptTouchEventScroll()
6297 public ExpandableView getChildAtPosition(float touchX, float touchY) {
6298 return NotificationStackScrollLayout.this.getChildAtPosition(touchX, touchY);
H A DNotificationStackScrollLayoutController.java521 public View getChildAtPosition(MotionEvent ev) {
522 View child = mView.getChildAtPosition(