Searched defs:lineCount (Results 1 – 5 of 5) sorted by relevance
106 int lineCount = layout.getLineCount(); in increaseMaxLinesIfNecessary() local
214 int lineCount = layout.getLineCount(); in onMeasure() local269 final int lineCount = layout.getLineCount(); in onDraw() local
223 int lineCount = 0; in readFileToWriter() local
426 int lineCount = (getLineCount() <= 0) ? 1 : getLineCount(); in isTextClippedVertically() local
2487 val lineCount: Int = eventLayout.getLineCount() in drawEventText() constant