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.java973 int childHeightSize = heightSize - (getPaddingTop() + getPaddingBottom()); in onMeasure() local
978 int ch = DeviceProfile.calculateCellHeight(childHeightSize, mBorderSpace.y, in onMeasure()
989 int newHeight = childHeightSize; in onMeasure()