Searched refs:linecount (Results 1 – 1 of 1) sorted by relevance
9570 int linecount = layout.getLineCount(); in getDesiredHeight() local9576 } else if (cap && linecount > mMaximum && (layout instanceof DynamicLayout in getDesiredHeight()9586 linecount = mMaximum; in getDesiredHeight()9590 if (linecount < mMinimum) { in getDesiredHeight()9591 desired += getLineHeight() * (mMinimum - linecount); in getDesiredHeight()