Searched refs:numHeightGaps (Results 1 – 2 of 2) sorted by relevance
193 int numHeightGaps = mCellCountY - 1; in onMeasure() local201 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()
876 int numHeightGaps = countY - 1; in getMetrics() local915 heightGap = Math.min(maxGap, numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in getMetrics()933 int numHeightGaps = mCountY - 1; in onMeasure() local941 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()