Home
last modified time | relevance | path

Searched refs:ELLIPSIS (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Overview/src/com/android/car/overview/
DMediaStreamViewHolder.java36 private static final String ELLIPSIS = "\u2026"; field in MediaStreamViewHolder
220 if (maxLen <= ELLIPSIS.length()) { in ellipsizeText()
226 sb.append(text.subSequence(0, maxLen - ELLIPSIS.length())); in ellipsizeText()
227 sb.append(ELLIPSIS); in ellipsizeText()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorResult.java317 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()
DKeyMaps.java387 public static final String ELLIPSIS = "\u2026"; field in KeyMaps
616 sOutputForResultChar.put(ELLIPSIS.charAt(0), ELLIPSIS); in validateMaps()
DEvaluator.java905 private static final String SHORT_UNCERTAIN_ZERO = "0.00000" + KeyMaps.ELLIPSIS;
983 + KeyMaps.ELLIPSIS; in getShortString()
988 + KeyMaps.ELLIPSIS + "E" + exponent; in getShortString()
DCalculatorExpr.java361 return mShortRep.lastIndexOf(KeyMaps.ELLIPSIS) != -1; in hasEllipsis()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...