Searched refs:maxLineWidth (Results 1 – 1 of 1) sorted by relevance
60 int maxLineWidth = 0; in onMeasure() local87 maxLineWidth = Math.max(currLineWidth, maxLineWidth); in onMeasure()92 int width = isFixedSize ? widthSize : maxLineWidth; in onMeasure()