Home
last modified time | relevance | path

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

/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/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/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()
DTrustedCredentialsFragment.java387 title.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_END); in getGroupView()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDialogHelper.java42 messageView.setTextAlignment(View.TEXT_ALIGNMENT_CENTER); in updateMessageStyle()
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/
DZoomKnob.java58 setTextAlignment(TEXT_ALIGNMENT_CENTER); in initialize()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDialogHelperTest.java59 verify(mTextView).setTextAlignment(View.TEXT_ALIGNMENT_CENTER); in updateMessageStyle_updateStyle()
/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/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/
DTermsActivityBridgeImpl.java76 header.setTextAlignment(TEXT_ALIGNMENT_TEXT_START); in setupHeader()
/packages/services/Telephony/src/com/android/phone/
DADNList.java174 view.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in newAdapter()
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DSnackbars.java92 textView.setTextAlignment(View.TEXT_ALIGNMENT_CENTER); in showCustomTextWithImage()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/adapters/
DTermsListAdapter.java101 textView.setTextAlignment(TEXT_ALIGNMENT_TEXT_START); in createGeneralDisclaimerView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/eco/
DEnergyModeConfirmationActivity.java194 featuresView.setTextAlignment(TextView.TEXT_ALIGNMENT_VIEW_START); in createCustomView()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DPermissionUsageGraphicPreference.java123 centerLabel.setTextAlignment(TextView.TEXT_ALIGNMENT_CENTER); in onBindViewHolder()
/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.java322 fieldView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START); in setValues()