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

/frameworks/base/core/java/android/widget/
H A DTextView.java649 setMaxLines(a.getInt(attr, -1));
2851 public void setMaxLines(int maxlines) { method in class:TextView
2863 * @see #setMaxLines(int)
2873 * {@link #setMaxLines(int)} method.
2890 * height was set in number of lines instead using {@link #setMaxLines(int) or #setLines(int)}.
3730 * Note that the maximum number of displayed lines (see {@link #setMaxLines(int)}) will be
6808 setMaxLines(Integer.MAX_VALUE);
6824 * If {@link #setMaxLines} has been used to set two or more lines,

Completed in 77 milliseconds