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

/frameworks/base/core/java/android/widget/
H A DTextView.java4009 * The value returned is in ems. Normally, this value is 0.0.
4010 * @return The text letter-space value in ems.
4026 * @param letterSpacing A text letter-space value in ems.
4939 * @param minEms the minimum width of TextView in terms of ems
4956 * Returns the minimum width of TextView in terms of ems or -1 if the minimum width was set
4959 * @return the minimum width of TextView in terms of ems. -1 if the minimum width is not
4960 * defined in ems
5021 * @param maxEms the maximum width of TextView in terms of ems
5038 * Returns the maximum width of TextView in terms of ems or -1 if the maximum width was set
5041 * @return the maximum width of TextView in terms of ems o
5106 setEms(int ems) argument
[all...]

Completed in 33 milliseconds