Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java78 ExpandableView child = mStackScroller.getChildAtRawPosition(x, y); in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java230 return mCallback.getChildAtRawPosition(x, y); in findView()
/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/stack/
DNotificationStackScrollLayout.java1063 public ExpandableView getChildAtRawPosition(float touchX, float touchY) { in getChildAtRawPosition() method in NotificationStackScrollLayout