Searched refs:linecount (Results 1 – 1 of 1) sorted by relevance
8402 int linecount = layout.getLineCount(); in getDesiredHeight() local8408 } else if (cap && linecount > mMaximum && layout instanceof DynamicLayout) { in getDesiredHeight()8417 linecount = mMaximum; in getDesiredHeight()8421 if (linecount < mMinimum) { in getDesiredHeight()8422 desired += getLineHeight() * (mMinimum - linecount); in getDesiredHeight()