Searched refs:lineEndIndex (Results 1 – 1 of 1) sorted by relevance
90 int lineEndIndex = sampleText.getLayout().getLineEnd(lines - 1); in onLayoutChange() local91 if (lineEndIndex >= ELLIPSIS.length()) { in onLayoutChange()93 sampleText.getText().subSequence(0, lineEndIndex - ELLIPSIS.length()) in onLayoutChange()