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

/frameworks/support/compat/src/androidTest/java/android/support/v4/testutils/
H A DTextViewActions.java66 public static ViewAction setMinLines(final int minLines) { argument
83 textView.setMinLines(minLines);
/frameworks/base/core/java/android/widget/
H A DTextView.java4727 * Sets the height of the TextView to be at least {@code minLines} tall.
4734 * @param minLines the minimum height of TextView in terms of number of lines
4742 public void setMinLines(int minLines) { argument
4743 mMinimum = minLines;

Completed in 77 milliseconds