Searched refs:spacerSize (Results 1 – 1 of 1) sorted by relevance
504 final int spacerSize = Math.max(0, spacerCount > 0 ? widthRemaining / spacerCount : 0); in onLayout() local520 startRight -= width + lp.leftMargin + spacerSize; in onLayout()536 startLeft += width + lp.rightMargin + spacerSize; in onLayout()