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

/frameworks/base/core/java/android/text/
H A DTextLine.java972 * @param measureLimit the offset to measure to, between start and limit inclusive
985 private float handleRun(int start, int measureLimit, argument
989 if (measureLimit < start || measureLimit > limit) {
990 throw new IndexOutOfBoundsException("measureLimit (" + measureLimit + ") is out of "
995 if (start == measureLimit) {
1019 y, bottom, fmi, needWidth, measureLimit, null);
1028 for (int i = start, inext; i < measureLimit; i = inext) {
1034 int mlimit = Math.min(inext, measureLimit);
[all...]

Completed in 30 milliseconds