Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java264 public ExpandableNotificationRow getViewAtPosition(float y) { in getViewAtPosition() method in ExpandableNotificationRow
268 ExpandableNotificationRow view = mChildrenContainer.getViewAtPosition(y); in getViewAtPosition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java388 public ExpandableNotificationRow getViewAtPosition(float y) {
DNotificationStackScrollLayout.java723 return row.getViewAtPosition(touchY - childTop); in getChildAtPosition()