Home
last modified time | relevance | path

Searched refs:setTextLocale (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/widget/
DTextViewOnMeasurePerfTest.java112 textView.setTextLocale(Locale.UK); in testMeasure_AtMost()
113 textView.setTextLocale(Locale.US); in testMeasure_AtMost()
129 textView.setTextLocale(Locale.UK); in testMeasure_Exactly()
130 textView.setTextLocale(Locale.US); in testMeasure_Exactly()
146 textView.setTextLocale(Locale.UK); in testMeasure_Unspecified()
147 textView.setTextLocale(Locale.US); in testMeasure_Unspecified()
DTextViewSetTextLocalePerfTest.java72 textView.setTextLocale(mFirstLocale); in testSetTextLocale()
73 textView.setTextLocale(mSecondLocale); in testSetTextLocale()
/frameworks/base/apct-tests/perftests/core/src/android/text/
DTextViewSetTextMeasurePerfTest.java105 textView.setTextLocale(Locale.UK); in timeCreate()
106 textView.setTextLocale(Locale.US); in timeCreate()
136 textView.setTextLocale(Locale.UK); in timeDraw()
137 textView.setTextLocale(Locale.US); in timeDraw()
DPrecomputedTextMemoryUsageTest.java136 paint.setTextLocale(Locale.forLanguageTag("ar")); in testMemoryUsage_Arabic_NoHyphenation()
155 paint.setTextLocale(Locale.forLanguageTag("ar")); in testMemoryUsage_Arabic_Hyphenation()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
DTextPaint.java51 void setTextLocale(int locale); in setTextLocale() method
/frameworks/opt/localepicker/src/com/android/localepicker/
DSuggestedLocaleAdapter.java196 textView.setTextLocale( in getView()
208 text.setTextLocale(item.getLocale()); in getView()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DCarSetupWizardLayout.java519 mToolbarTitle.setTextLocale(locale); in applyLocale()
522 mPrimaryToolbarButton.setTextLocale(locale); in applyLocale()
525 mSecondaryToolbarButton.setTextLocale(locale); in applyLocale()
DCarSetupWizardBaseLayout.java714 mToolbarTitle.setTextLocale(locale); in applyLocale()
718 mPrimaryToolbarButton.setTextLocale(locale); in applyLocale()
721 mSecondaryToolbarButton.setTextLocale(locale); in applyLocale()
/frameworks/base/core/java/com/android/internal/app/
DSuggestedLocaleAdapter.java240 textView.setTextLocale( in getView()
430 text.setTextLocale(item.getLocale()); in updateTextView()
DBilingualSuggestedLocaleAdapter.java171 textNative.setTextLocale(localeInfo.getLocale()); in setLocaleToListItem()
DLocalePicker.java233 text.setTextLocale(item.getLocale()); in constructAdapter()
/frameworks/base/core/tests/coretests/src/android/graphics/
DTypefaceSystemFallbackTest.java599 paint.setTextLocale(Locale.GERMANY); in testBuildSystemFallback_multiLingualFamilies()
604 paint.setTextLocale(Locale.ITALY); in testBuildSystemFallback_multiLingualFamilies()
609 paint.setTextLocale(Locale.FRANCE); in testBuildSystemFallback_multiLingualFamilies()
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewTest.java120 mTextView.setTextLocale(Locale.US); in testHyphenationWidth()
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/
DCarSetupWizardCompatLayoutTest.java521 Mockito.verify(spyToolbar, Mockito.never()).setTextLocale(LOCALE_EN_US); in testApplyUpdatedLocaleWhenSplitNavEnabled()
/frameworks/base/core/tests/coretests/src/android/text/
DStaticLayoutTest.java731 paint.setTextLocale(Locale.US); in testLocaleSpanAffectsHyphenation()
/frameworks/base/graphics/java/android/graphics/
DPaint.java1741 public void setTextLocale(@NonNull Locale locale) { in setTextLocale() method in Paint
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11049 method public void setTextLocale(java.util.Locale);
38925 method public void setTextLocale(java.util.Locale);
/frameworks/base/core/api/
Dcurrent.txt16603 method public void setTextLocale(@NonNull java.util.Locale);
61091 method public void setTextLocale(@NonNull java.util.Locale);