Searched refs:currentChildWidth (Results 1 – 1 of 1) sorted by relevance
122 int currentChildWidth = currentChild.getMeasuredWidth(); in onLayout() local126 ? xPos - getPaddingLeft() - currentChildWidth < 0 in onLayout()127 : xPos + currentChildWidth > fullRowWidth; in onLayout()142 ? xPos - currentChildWidth - lp.mHorizontalSpacing in onLayout()143 : xPos + currentChildWidth + lp.mHorizontalSpacing; in onLayout()169 int currentChildWidth = currentChild.getMeasuredWidth(); in layoutChildrenOnRow() local172 xPos = fullRowWidth - xPos - getPaddingRight() - currentChildWidth in layoutChildrenOnRow()179 xPos + currentChildWidth, in layoutChildrenOnRow()188 xPos += currentChildWidth + lp.mHorizontalSpacing; in layoutChildrenOnRow()