Searched refs:getChildAtRawPosition (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 83 ExpandableView child = mCallback.getChildAtRawPosition(x, y); in onInterceptTouchEvent() 193 ExpandableView getChildAtRawPosition(float touchX, float touchY);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 49 ExpandableView getChildAtRawPosition(float x, float y); in getChildAtRawPosition() method 241 v = mCallback.getChildAtRawPosition(x, y); in findView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | PulseExpansionHandler.kt | 349 val childAtRawPosition = stackScrollerController.getChildAtRawPosition(totalX, totalY) in <lambda>()
|
D | LockscreenShadeTransitionController.kt | 971 return expandCallback.getChildAtRawPosition(x, y) in findView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 1888 public ExpandableView getChildAtRawPosition(float touchX, float touchY) { 6410 public ExpandableView getChildAtRawPosition(float touchX, float touchY) { 6411 return NotificationStackScrollLayout.this.getChildAtRawPosition(touchX, touchY); 6453 public ExpandableView getChildAtRawPosition(float touchX, float touchY) { 6454 return NotificationStackScrollLayout.this.getChildAtRawPosition(touchX, touchY);
|
D | NotificationStackScrollLayoutController.java | 1104 public ExpandableView getChildAtRawPosition(float x, float y) { in getChildAtRawPosition() method in NotificationStackScrollLayoutController 1105 return mView.getChildAtRawPosition(x, y); in getChildAtRawPosition()
|