Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java776 int childWidthSize = widthSize - (getPaddingLeft() + getPaddingRight()); in onMeasure() local
780 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mCountX); in onMeasure()
789 int newWidth = childWidthSize; in onMeasure()