Searched defs:setMaxLines (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java834 setMaxLines(a.getInt(attr, -1));
3109 public void setMaxLines(int maxlines) { method in class:TextView
3121 * @see #setMaxLines(int)
3131 * {@link #setMaxLines(int)} method.
3148 * height was set in number of lines instead using {@link #setMaxLines(int) or #setLines(int)}.
3978 * Note that the maximum number of displayed lines (see {@link #setMaxLines(int)}) will be
7109 setMaxLines(Integer.MAX_VALUE);
7125 * If {@link #setMaxLines} has been used to set two or more lines,

Completed in 73 milliseconds