Searched refs:setTextLocale (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/widget/
H A DTextViewOnMeasurePerfTest.java116 textView.setTextLocale(Locale.UK);
117 textView.setTextLocale(Locale.US);
133 textView.setTextLocale(Locale.UK);
134 textView.setTextLocale(Locale.US);
150 textView.setTextLocale(Locale.UK);
151 textView.setTextLocale(Locale.US);
H A DTextViewSetTextLocalePerfTest.java70 textView.setTextLocale(mFirstLocale);
71 textView.setTextLocale(mSecondLocale);
/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DTextViewSetTextMeasurePerfTest.java100 textView.setTextLocale(Locale.UK);
101 textView.setTextLocale(Locale.US);
130 textView.setTextLocale(Locale.UK);
131 textView.setTextLocale(Locale.US);
/frameworks/base/core/java/com/android/internal/app/
H A DSuggestedLocaleAdapter.java187 textView.setTextLocale(
199 text.setTextLocale(item.getLocale());
H A DLocalePicker.java189 text.setTextLocale(item.getLocale());
/frameworks/opt/car/setupwizard/library/src/com/android/car/setupwizardlib/
H A DCarSetupWizardLayout.java501 mToolbarTitle.setTextLocale(locale);
504 mPrimaryToolbarButton.setTextLocale(locale);
507 mSecondaryToolbarButton.setTextLocale(locale);
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceSystemFallbackTest.java493 paint.setTextLocale(Locale.GERMANY);
498 paint.setTextLocale(Locale.ITALY);
503 paint.setTextLocale(Locale.FRANCE);
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewTest.java181 mTextView.setTextLocale(Locale.US);
/frameworks/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java953 delegate.setTextLocale(locale);
1348 private void setTextLocale(String locale) { method in class:Paint_Delegate
/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java729 paint.setTextLocale(Locale.US);
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1396 public void setTextLocale(@NonNull Locale locale) { method in class:Paint
/frameworks/base/core/java/android/widget/
H A DTextView.java3731 public void setTextLocale(@NonNull Locale locale) { method in class:TextView
3733 mTextPaint.setTextLocale(locale);

Completed in 311 milliseconds