/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/ |
D | HeaderCell.java | 117 label.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_END); in setDataTypeNumber() 122 label.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in setDataTypeString()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/ |
D | CaptionWindowLayout.java | 541 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/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | ViewCompatUtils.java | 67 public static void setTextAlignment(final View view, final int textAlignment) { in setTextAlignment() method in ViewCompatUtils
|
/packages/apps/Settings/src/com/android/settings/ |
D | EditPinPreference.java | 60 editText.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in onBindDialogView()
|
D | TrustedCredentialsFragment.java | 387 title.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_END); in getGroupView()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingDialogHelper.java | 42 messageView.setTextAlignment(View.TEXT_ALIGNMENT_CENTER); in updateMessageStyle()
|
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/ |
D | ZoomKnob.java | 58 setTextAlignment(TEXT_ALIGNMENT_CENTER); in initialize()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingDialogHelperTest.java | 59 verify(mTextView).setTextAlignment(View.TEXT_ALIGNMENT_CENTER); in updateMessageStyle_updateStyle()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListItemView.java | 1166 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/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/ |
D | TermsActivityBridgeImpl.java | 76 header.setTextAlignment(TEXT_ALIGNMENT_TEXT_START); in setupHeader()
|
/packages/services/Telephony/src/com/android/phone/ |
D | ADNList.java | 174 view.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in newAdapter()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/ |
D | Snackbars.java | 92 textView.setTextAlignment(View.TEXT_ALIGNMENT_CENTER); in showCustomTextWithImage()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/adapters/ |
D | TermsListAdapter.java | 101 textView.setTextAlignment(TEXT_ALIGNMENT_TEXT_START); in createGeneralDisclaimerView()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/eco/ |
D | EnergyModeConfirmationActivity.java | 194 featuresView.setTextAlignment(TextView.TEXT_ALIGNMENT_VIEW_START); in createCustomView()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/ |
D | PermissionUsageGraphicPreference.java | 123 centerLabel.setTextAlignment(TextView.TEXT_ALIGNMENT_CENTER); in onBindViewHolder()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/ |
D | SubtitleView.java | 163 public void setTextAlignment(Alignment textAlignment) { in setTextAlignment() method in SubtitleView
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | CustomInputStylePreference.java | 128 ViewCompatUtils.setTextAlignment( in onCreateDialogView()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | TextFieldsEditorView.java | 322 fieldView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in setValues()
|