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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStringUtil.java401 * {@link #fixedWidth(String[], int)} for details. The {@code str} argument
404 * then passed to {@link #fixedWidth(String[], int)} as the {@code lines}
410 public static String fixedWidth(String str, int width) { method in class:StringUtil
418 return fixedWidth(lineArray, width);
439 public static String fixedWidth(String[] lines, int width) { method in class:StringUtil
453 * Helper method for {@link #fixedWidth(String[], int)}
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java402 * {@link #fixedWidth(String[], int)} for details. The {@code str} argument
405 * then passed to {@link #fixedWidth(String[], int)} as the {@code lines}
411 public static String fixedWidth(String str, int width) { method in class:StringUtil
419 return fixedWidth(lineArray, width);
440 public static String fixedWidth(String[] lines, int width) { method in class:StringUtil
454 * Helper method for {@link #fixedWidth(String[], int)}

Completed in 173 milliseconds