Searched refs:sampleText (Results 1 – 1 of 1) sorted by relevance
82 TextView sampleText = (TextView) v; in onLayoutChange() local83 int sampleTextHeight = sampleText.getHeight(); in onLayoutChange()86 int lines = sampleTextHeight / sampleText.getLineHeight(); in onLayoutChange()87 sampleText.setMaxLines(lines); in onLayoutChange()90 int lineEndIndex = sampleText.getLayout().getLineEnd(lines - 1); in onLayoutChange()93 sampleText.getText().subSequence(0, lineEndIndex - ELLIPSIS.length()) in onLayoutChange()95 sampleText.setText(ellipsizedText); in onLayoutChange()