Searched refs:numHeightGaps (Results 1 – 4 of 4) sorted by relevance
176 int numHeightGaps = mCellCountY - 1; in onMeasure() local184 mHeightGap = numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0; in onMeasure()
865 int numHeightGaps = mCountY - 1; in onMeasure() local873 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()
182 int numHeightGaps = mCellCountY - 1; in onMeasure() local190 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()
931 int numHeightGaps = countY - 1; in getMetrics() local970 heightGap = Math.min(maxGap, numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in getMetrics()988 int numHeightGaps = mCountY - 1; in onMeasure() local996 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()