Searched refs:linecount (Results 1 – 1 of 1) sorted by relevance
9695 int linecount = layout.getLineCount(); in getDesiredHeight() local9701 } else if (cap && linecount > mMaximum && (layout instanceof DynamicLayout in getDesiredHeight()9711 linecount = mMaximum; in getDesiredHeight()9715 if (linecount < mMinimum) { in getDesiredHeight()9716 desired += getLineHeight() * (mMinimum - linecount); in getDesiredHeight()