Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java541 mSubtitleViewExoV2.setTextAlignment(View.TEXT_ALIGNMENT_INHERIT); in setCaptionsTextAlignment()
544 mSubtitleViewExoV2.setTextAlignment(View.TEXT_ALIGNMENT_TEXT_END); in setCaptionsTextAlignment()
547 mSubtitleViewExoV2.setTextAlignment(View.TEXT_ALIGNMENT_CENTER); in setCaptionsTextAlignment()
550 mSubtitleViewExoV2.setTextAlignment(View.TEXT_ALIGNMENT_INHERIT); in setCaptionsTextAlignment()
554 mSubtitleView.setTextAlignment(textAlignment); in setCaptionsTextAlignment()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DHeaderCell.java117 label.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_END); in setDataTypeNumber()
122 label.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in setDataTypeString()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java1166 mNameTextView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getNameTextView()
1200 mPhoneticNameTextView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getPhoneticNameTextView()
1294 mDataView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in setPhoneNumber()
1375 mDataView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getDataView()
1416 mSnippetView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getSnippetView()
1434 mStatusView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getStatusView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DViewCompatUtils.java67 public static void setTextAlignment(final View view, final int textAlignment) { in setTextAlignment() method in ViewCompatUtils
/packages/apps/Settings/src/com/android/settings/
DEditPinPreference.java60 editText.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in onBindDialogView()
DTrustedCredentialsSettings.java392 title.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_END); in getGroupView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DEditPinPreference.java60 editText.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in onBindDialogView()
DTrustedCredentialsSettings.java392 title.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_END); in getGroupView()
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DSnackbars.java92 textView.setTextAlignment(View.TEXT_ALIGNMENT_CENTER); in showCustomTextWithImage()
/packages/services/Telephony/src/com/android/phone/
DADNList.java174 view.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in newAdapter()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
DSubtitleView.java163 public void setTextAlignment(Alignment textAlignment) { in setTextAlignment() method in SubtitleView
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStylePreference.java128 ViewCompatUtils.setTextAlignment( in onCreateDialogView()
/packages/apps/Contacts/src/com/android/contacts/editor/
DTextFieldsEditorView.java294 fieldView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in setValues()