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.java777 int childHeightSize = heightSize - (getPaddingTop() + getPaddingBottom()); in onMeasure() local
781 int ch = DeviceProfile.calculateCellHeight(childHeightSize, mCountY); in onMeasure()
790 int newHeight = childHeightSize; in onMeasure()