Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DSpannableUtil.java68 private static CharSequence handleWidth(CharSequence s, int width, boolean isLeftJustify) { in handleWidth() argument
77 if (!isLeftJustify) { in handleWidth()
81 if (isLeftJustify) { in handleWidth()