Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java83 ExpandableView child = mCallback.getChildAtRawPosition(x, y); in onInterceptTouchEvent()
193 ExpandableView getChildAtRawPosition(float touchX, float touchY);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java49 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/
DPulseExpansionHandler.kt349 val childAtRawPosition = stackScrollerController.getChildAtRawPosition(totalX, totalY) in <lambda>()
DLockscreenShadeTransitionController.kt971 return expandCallback.getChildAtRawPosition(x, y) in findView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1888 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);
DNotificationStackScrollLayoutController.java1104 public ExpandableView getChildAtRawPosition(float x, float y) { in getChildAtRawPosition() method in NotificationStackScrollLayoutController
1105 return mView.getChildAtRawPosition(x, y); in getChildAtRawPosition()