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