Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java1168 mNameTextView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getNameTextView()
1202 mPhoneticNameTextView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getPhoneticNameTextView()
1296 mDataView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in setPhoneNumber()
1377 mDataView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getDataView()
1418 mSnippetView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getSnippetView()
1436 mStatusView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getStatusView()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListItemView.java1009 mNameTextView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getNameTextView()
1085 mDataView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in setPhoneNumber()
1109 mDataView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getDataView()
1145 mSnippetView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in getSnippetView()
1161 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/apps/DocumentsUI/src/com/android/documentsui/sorting/
DHeaderCell.java122 label.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in setDataTypeString()
/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.java252 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()