Searched refs:getViewAtPosition (Results 1 – 3 of 3) sorted by relevance
264 public ExpandableNotificationRow getViewAtPosition(float y) { in getViewAtPosition() method in ExpandableNotificationRow268 ExpandableNotificationRow view = mChildrenContainer.getViewAtPosition(y); in getViewAtPosition()
388 public ExpandableNotificationRow getViewAtPosition(float y) {
723 return row.getViewAtPosition(touchY - childTop); in getChildAtPosition()