Searched refs:getChildAtRawPosition (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 77 ExpandableView child = mCallback.getChildAtRawPosition(x, y); in onInterceptTouchEvent() 179 ExpandableView getChildAtRawPosition(float touchX, float touchY); in getChildAtRawPosition() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DragDownHelper.java | 237 return mCallback.getChildAtRawPosition(x, y); in findView()
|
D | PulseExpansionHandler.kt | 318 val childAtRawPosition = stackScroller.getChildAtRawPosition(totalX, totalY) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 42 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/ |
D | NotificationStackScrollLayout.java | 1641 public ExpandableView getChildAtRawPosition(float touchX, float touchY) { 6448 public ExpandableView getChildAtRawPosition(float touchX, float touchY) { 6449 return NotificationStackScrollLayout.this.getChildAtRawPosition(touchX, touchY); 6507 public ExpandableView getChildAtRawPosition(float touchX, float touchY) { 6508 return NotificationStackScrollLayout.this.getChildAtRawPosition(touchX, touchY);
|