Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java594 public ExpandableView getClosestChildAtRawPosition(float touchX, float touchY) { in getClosestChildAtRawPosition() method in NotificationStackScrollLayout
2235 View child = getClosestChildAtRawPosition(screenLocation.x, screenLocation.y); in findDarkAnimationOriginIndex()