Home
last modified time | relevance | path

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

/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.java64 public static final int TEXT_ALIGNMENT_VIEW_START = 5; field in ViewCompatUtils
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DEditPinPreference.java60 editText.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in onBindDialogView()
/packages/apps/Settings/src/com/android/settings/
DEditPinPreference.java60 editText.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in onBindDialogView()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DHeaderCell.java122 label.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in setDataTypeString()
/packages/services/Telephony/src/com/android/phone/
DADNList.java174 view.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in newAdapter()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStylePreference.java129 mKeyboardLayoutSetSpinner, ViewCompatUtils.TEXT_ALIGNMENT_VIEW_START); in onCreateDialogView()
/packages/apps/Contacts/src/com/android/contacts/editor/
DTextFieldsEditorView.java294 fieldView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in setValues()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemView.java375 ViewUtils.setTextAlignment(mSubjectTextView, View.TEXT_ALIGNMENT_VIEW_START); in ConversationItemView()
383 ViewUtils.setTextAlignment(mSnippetTextView, View.TEXT_ALIGNMENT_VIEW_START); in ConversationItemView()