Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java193 int numHeightGaps = mCellCountY - 1; in onMeasure() local
201 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()
DCellLayout.java876 int numHeightGaps = countY - 1; in getMetrics() local
915 heightGap = Math.min(maxGap, numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in getMetrics()
933 int numHeightGaps = mCountY - 1; in onMeasure() local
941 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()