Searched refs:maxAdaptiveLines (Results 1 – 1 of 1) sorted by relevance
369 int maxAdaptiveLines = Math.floorDiv(contentHeight, lineHeight); in setMaxLines() local370 int maxLines = Math.max(MIN_CONTENT_MAX_LINES, maxAdaptiveLines); in setMaxLines()