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

/packages/apps/Car/Overview/src/com/android/car/overview/
H A DMediaStreamViewHolder.java36 private static final String ELLIPSIS = "\u2026"; field in class:MediaStreamViewHolder
220 if (maxLen <= ELLIPSIS.length()) {
226 sb.append(text.subSequence(0, maxLen - ELLIPSIS.length()));
227 sb.append(ELLIPSIS);
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculatorResult.java317 final float ellipsisWidth = Layout.getDesiredWidth(KeyMaps.ELLIPSIS, paint);
674 result = KeyMaps.ELLIPSIS + result.substring(1, result.length());
749 return KeyMaps.ELLIPSIS + "E" + KeyMaps.ELLIPSIS;
797 result = KeyMaps.ELLIPSIS + result.substring(deletedChars, result.length());
799 result = KeyMaps.ELLIPSIS + result;
H A DKeyMaps.java387 public static final String ELLIPSIS = "\u2026"; field in class:KeyMaps
616 sOutputForResultChar.put(ELLIPSIS.charAt(0), ELLIPSIS);
H A DEvaluator.java905 private static final String SHORT_UNCERTAIN_ZERO = "0.00000" + KeyMaps.ELLIPSIS;
983 + KeyMaps.ELLIPSIS;
988 + KeyMaps.ELLIPSIS + "E" + exponent;
H A DCalculatorExpr.java361 return mShortRep.lastIndexOf(KeyMaps.ELLIPSIS) != -1;
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 162 milliseconds