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

/frameworks/base/core/java/android/text/
H A DTextUtils.java1201 * @param oneMore the string for "1 more" in the current locale
1206 String oneMore,
1208 return commaEllipsize(text, p, avail, oneMore, more,
1216 float avail, String oneMore, String more, TextDirectionHeuristic textDir) {
1255 format = " " + oneMore;
1204 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more) argument
1215 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more, TextDirectionHeuristic textDir) argument

Completed in 61 milliseconds