Searched refs:getViewAtPosition (Results 1 – 5 of 5) sorted by relevance
188 private View getViewAtPosition(int x, int y) { in getViewAtPosition() method in PhoneFavoriteListView304 final View child = getViewAtPosition(viewX, viewY); in getViewForLocation()
182 ExpandableNotificationRow childRow = groupRow.getChildrenContainer().getViewAtPosition(0); in testPerhapsShowBlockingHelper_shownForOnlyChildNotification()245 ExpandableNotificationRow childRow = groupRow.getChildrenContainer().getViewAtPosition(0); in testPerhapsShowBlockingHelper_notShownAsNotificationIsInMultipleChildGroup()
837 public ExpandableNotificationRow getViewAtPosition(float y) {
1616 return row.getViewAtPosition(touchY - childTop);
953 public ExpandableNotificationRow getViewAtPosition(float y) {957 ExpandableNotificationRow view = mChildrenContainer.getViewAtPosition(y);