Searched refs:childInGroup (Results 1 – 2 of 2) sorted by relevance
1371 public int getPositionInLinearLayout(View childInGroup) {1381 if (child == childInGroup) {
2969 ExpandableNotificationRow childInGroup = null; in getPositionInLinearLayout() local2974 childInGroup = (ExpandableNotificationRow) requestedView; in getPositionInLinearLayout()2975 requestedView = requestedRow = childInGroup.getNotificationParent(); in getPositionInLinearLayout()2995 position += requestedRow.getPositionOfChild(childInGroup); in getPositionInLinearLayout()