Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DViewCompatUtils.java63 public static final int TEXT_ALIGNMENT_CENTER = 4; field in ViewCompatUtils
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DSnackbars.java92 textView.setTextAlignment(View.TEXT_ALIGNMENT_CENTER); in showCustomTextWithImage()