Searched refs:minPixels (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java4767 * Sets the height of the TextView to be at least {@code minPixels} tall.
4777 * @param minPixels the minimum height of TextView in terms of pixels
4785 public void setMinHeight(int minPixels) { argument
4786 mMinimum = minPixels;
4972 * Sets the width of the TextView to be at least {@code minPixels} wide.
4982 * @param minPixels the minimum width of TextView in terms of pixels
4990 public void setMinWidth(int minPixels) { argument
4991 mMinWidth = minPixels;

Completed in 28 milliseconds