Searched refs:linecount (Results 1 – 1 of 1) sorted by relevance
9555 int linecount = layout.getLineCount(); in getDesiredHeight() local9561 } else if (cap && linecount > mMaximum && (layout instanceof DynamicLayout in getDesiredHeight()9571 linecount = mMaximum; in getDesiredHeight()9575 if (linecount < mMinimum) { in getDesiredHeight()9576 desired += getLineHeight() * (mMinimum - linecount); in getDesiredHeight()