Searched refs:getMaxLines (Results 1 – 5 of 5) sorted by relevance
88 maxLines = getMaxLines() >= 0 ? getMaxLines() : Integer.MAX_VALUE; in makeSingleLayout()137 if (getMaxLines() > 0) { in onMeasure()138 maxLines = Math.min(getMaxLines(), maxLines); in onMeasure()
5357 public int getMaxLines() { in getMaxLines() method in TextView.Drawables9505 final int maxLines = getMaxLines(); in suggestedSizeFitsInSpace()
19346 HSPLandroid/widget/TextView;->getMaxLines()I
38799 method public int getMaxLines();
57150 method public int getMaxLines();