Home
last modified time | relevance | path

Searched refs:getChildAtRawPosition (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java77 ExpandableView child = mCallback.getChildAtRawPosition(x, y); in onInterceptTouchEvent()
178 ExpandableView getChildAtRawPosition(float touchX, float touchY);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java233 return mCallback.getChildAtRawPosition(x, y); in findView()
DPulseExpansionHandler.kt249 val childAtRawPosition = mStackScroller.getChildAtRawPosition(totalX, totalY) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java42 ExpandableView getChildAtRawPosition(float x, float y); in getChildAtRawPosition() method
217 v = mCallback.getChildAtRawPosition(x, y); in findView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1598 public ExpandableView getChildAtRawPosition(float touchX, float touchY) {
6408 public ExpandableView getChildAtRawPosition(float touchX, float touchY) {
6409 return NotificationStackScrollLayout.this.getChildAtRawPosition(touchX, touchY);
6467 public ExpandableView getChildAtRawPosition(float touchX, float touchY) {
6468 return NotificationStackScrollLayout.this.getChildAtRawPosition(touchX, touchY);