Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java843 int childHeightSize = heightSize - (getPaddingTop() + getPaddingBottom()); in onMeasure() local
846 int ch = grid.calculateCellHeight(childHeightSize, mCountY); in onMeasure()
856 int newHeight = childHeightSize; in onMeasure()
869 int vSpace = childHeightSize; in onMeasure()