Searched refs:itemLeft (Results 1 – 1 of 1) sorted by relevance
347 float itemLeft; in positionChildren() local357 itemLeft = 0; in positionChildren()371 childLayoutParams.left = (int) itemLeft; in positionChildren()372 childLayoutParams.right = (int) (itemLeft + itemWidth); in positionChildren()377 itemLeft += itemWidth; in positionChildren()382 mVerticalDividerRects.add(new Rect((int) itemLeft, in positionChildren()383 (int) itemTop, (int) (itemLeft + mVerticalDividerWidth), in positionChildren()390 itemLeft += mVerticalDividerWidth; in positionChildren()