Searched refs:currentChild (Results 1 – 1 of 1) sorted by relevance
120 View currentChild = getChildAt(i); in onLayout() local121 if (currentChild.getVisibility() != GONE) { in onLayout()122 int currentChildWidth = currentChild.getMeasuredWidth(); in onLayout()123 LayoutParams lp = (LayoutParams) currentChild.getLayoutParams(); in onLayout()168 View currentChild = getChildAt(j); in layoutChildrenOnRow() local169 int currentChildWidth = currentChild.getMeasuredWidth(); in layoutChildrenOnRow()170 LayoutParams lp = (LayoutParams) currentChild.getLayoutParams(); in layoutChildrenOnRow()176 currentChild.layout( in layoutChildrenOnRow()180 yPos + currentChild.getMeasuredHeight()); in layoutChildrenOnRow()