Searched refs:hFreeSpace (Results 1 – 3 of 3) sorted by relevance
187 int hFreeSpace = hSpace - (mCellCountX * mOriginalCellWidth); in onMeasure() local189 mWidthGap = Math.min(mMaxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0); in onMeasure()
967 int hFreeSpace = hSpace - (countX * cellWidth); in getMetrics() local969 widthGap = Math.min(maxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0); in getMetrics()993 int hFreeSpace = hSpace - (mCountX * mCellWidth); in onMeasure() local995 mWidthGap = Math.min(mMaxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0); in onMeasure()
868 int hFreeSpace = hSpace - (mCountX * mCellWidth); in onMeasure() local870 mWidthGap = Math.min(mMaxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0); in onMeasure()