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

/frameworks/base/core/java/android/text/
H A DTextUtils.java1157 * @param oneMore the string for "1 more" in the current locale
1162 String oneMore,
1164 return commaEllipsize(text, p, avail, oneMore, more,
1172 float avail, String oneMore, String more, TextDirectionHeuristic textDir) {
1211 format = " " + oneMore;
1160 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more) argument
1171 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more, TextDirectionHeuristic textDir) argument

Completed in 29 milliseconds