Searched refs:startPositionX (Results 1 – 1 of 1) sorted by relevance
158 final int startPositionX = x + startMargin; in onLayout() local176 currChild.layout(width - startPositionX - childWidth, startPositionY, in onLayout()177 width - startPositionX, startPositionY + childHeight); in onLayout()179 currChild.layout(startPositionX, startPositionY, startPositionX + childWidth, in onLayout()