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.java772 int childHeightSize = heightSize - (getPaddingTop() + getPaddingBottom()); in onMeasure() local
777 childWidthSize = childHeightSize; in onMeasure()
778 childHeightSize = tmp; in onMeasure()
783 int ch = DeviceProfile.calculateCellHeight(childHeightSize, mCountY); in onMeasure()
792 int newHeight = childHeightSize; in onMeasure()