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

/frameworks/base/core/java/android/text/
H A DStaticLayout.java1124 private void calculateEllipsis(int linestart, int lineend, argument
1128 int len = lineend - linestart;
1145 float w = widths[i - 1 + linestart - widstart + widoff];
1161 float w = widths[i + linestart - widstart + widoff];
1178 float w = widths[right - 1 + linestart - widstart + widoff];
1189 float w = widths[left + linestart - widstart + widoff];

Completed in 13 milliseconds