Lines Matching defs:lines

1021         // of lines of height are unchanged for multi-line TextViews.
1305 * within the text can cause individual lines to be taller or shorter
2785 * Makes the TextView at least this many lines tall.
2804 * @return the minimum number of lines displayed in this TextView, or -1 if the minimum
2818 * Setting this value overrides any other (minimum) number of lines setting.
2833 * height was set in number of lines instead using {@link #setMinLines(int) or #setLines(int)}.
2844 * Makes the TextView at most this many lines tall.
2860 * @return the maximum number of lines displayed in this TextView, or -1 if the maximum
2875 * Setting this value overrides any other (maximum) number of lines setting.
2890 * height was set in number of lines instead using {@link #setMaxLines(int) or #setLines(int)}.
2901 * Makes the TextView exactly this many lines tall.
2903 * Note that setting this value overrides any other (minimum / maximum) number of lines or
2909 public void setLines(int lines) {
2910 mMaximum = mMinimum = lines;
2922 * Note that setting this value overrides any other (minimum / maximum) number of lines or
3121 * @return the extra space that is added to the height of each lines of this TextView.
3730 * Note that the maximum number of displayed lines (see {@link #setMaxLines(int)}) will be
4390 // Rectangle bounding box when the region spans several lines
4932 // Selection extends across multiple lines -- make the focused
4960 * Return the number of lines of text, or 0 if the internal Layout has not
5121 * lines but where it doesn't make sense to insert newlines.
6189 * Don't cap the hint to a certain number of lines.
6735 * Sets the properties of this field (lines, horizontally scrolling,
6765 * If true, sets the properties of this field (number of lines, horizontally scrolling,
6824 * If {@link #setMaxLines} has been used to set two or more lines,