Searched refs:spacerCount (Results 1 – 1 of 1) sorted by relevance
503 final int spacerCount = nonOverflowCount - (hasOverflow ? 0 : 1); in onLayout() local504 final int spacerSize = Math.max(0, spacerCount > 0 ? widthRemaining / spacerCount : 0); in onLayout()