Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedViewCellLayout.java176 int numHeightGaps = mCellCountY - 1; in onMeasure() local
184 mHeightGap = numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0; in onMeasure()
DCellLayout.java865 int numHeightGaps = mCountY - 1; in onMeasure() local
873 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java182 int numHeightGaps = mCellCountY - 1; in onMeasure() local
190 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()
DCellLayout.java931 int numHeightGaps = countY - 1; in getMetrics() local
970 heightGap = Math.min(maxGap, numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in getMetrics()
988 int numHeightGaps = mCountY - 1; in onMeasure() local
996 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()