Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java69 int rowWidth = 0; in onMeasure() local
104 rowWidth += child.getMeasuredWidth() + childParams.getMarginStart() in onMeasure()
111 width = Math.max(width, rowWidth); in onMeasure()