Searched refs:handleWidth (Results 1 – 1 of 1) sorted by relevance
51 s = handleWidth(s, width, (flags & FormattableFlags.LEFT_JUSTIFY) != 0); in formatTo()68 private static CharSequence handleWidth(CharSequence s, int width, boolean isLeftJustify) { in handleWidth() method in SpannableUtil.SpannableFormattable