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.java859 int childHeightSize = heightSize - (getPaddingTop() + getPaddingBottom()); in onMeasure() local
864 int ch = DeviceProfile.calculateCellHeight(childHeightSize, mBorderSpacing, in onMeasure()
875 int newHeight = childHeightSize; in onMeasure()