Searched refs:childInGroup (Results 1 – 2 of 2) sorted by relevance
1522 public int getPositionInLinearLayout(View childInGroup) {1532 if (child == childInGroup) {
2965 ExpandableNotificationRow childInGroup = null; in getPositionInLinearLayout() local2970 childInGroup = (ExpandableNotificationRow) requestedView; in getPositionInLinearLayout()2971 requestedView = requestedRow = childInGroup.getNotificationParent(); in getPositionInLinearLayout()2991 position += requestedRow.getPositionOfChild(childInGroup); in getPositionInLinearLayout()