Home
last modified time | relevance | path

Searched defs:getChildAtRawPosition (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java181 ExpandableView getChildAtRawPosition(float touchX, float touchY); in getChildAtRawPosition() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java42 ExpandableView getChildAtRawPosition(float x, float y); in getChildAtRawPosition() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java967 public ExpandableView getChildAtRawPosition(float x, float y) { in getChildAtRawPosition() method in NotificationStackScrollLayoutController