Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DStringUtil.java444 formattedLines.add(formatLineToFixedWidth(line, width)); in fixedWidth()
456 private static String formatLineToFixedWidth(String line, int width) { in formatLineToFixedWidth() method in StringUtil