Home
last modified time | relevance | path

Searched refs:hFreeSpace (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java187 int hFreeSpace = hSpace - (mCellCountX * mOriginalCellWidth); in onMeasure() local
189 mWidthGap = Math.min(mMaxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0); in onMeasure()
DCellLayout.java967 int hFreeSpace = hSpace - (countX * cellWidth); in getMetrics() local
969 widthGap = Math.min(maxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0); in getMetrics()
993 int hFreeSpace = hSpace - (mCountX * mCellWidth); in onMeasure() local
995 mWidthGap = Math.min(mMaxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0); in onMeasure()