Searched refs:ELLIPSIS (Results 1 – 6 of 6) sorted by relevance
36 private static final String ELLIPSIS = "\u2026"; field in MediaStreamViewHolder220 if (maxLen <= ELLIPSIS.length()) { in ellipsizeText()226 sb.append(text.subSequence(0, maxLen - ELLIPSIS.length())); in ellipsizeText()227 sb.append(ELLIPSIS); in ellipsizeText()
317 final float ellipsisWidth = Layout.getDesiredWidth(KeyMaps.ELLIPSIS, paint); in onMeasure()674 result = KeyMaps.ELLIPSIS + result.substring(1, result.length()); in formatResult()749 return KeyMaps.ELLIPSIS + "E" + KeyMaps.ELLIPSIS; in formatResult()797 result = KeyMaps.ELLIPSIS + result.substring(deletedChars, result.length()); in formatResult()799 result = KeyMaps.ELLIPSIS + result; in formatResult()
387 public static final String ELLIPSIS = "\u2026"; field in KeyMaps616 sOutputForResultChar.put(ELLIPSIS.charAt(0), ELLIPSIS); in validateMaps()
905 private static final String SHORT_UNCERTAIN_ZERO = "0.00000" + KeyMaps.ELLIPSIS;983 + KeyMaps.ELLIPSIS; in getShortString()988 + KeyMaps.ELLIPSIS + "E" + exponent; in getShortString()
361 return mShortRep.lastIndexOf(KeyMaps.ELLIPSIS) != -1; in hasEllipsis()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...