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