Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPaint.h56 void setTextLocale(const std::string &textLocale) { in setTextLocale() function
DPaint.cpp406 static void setTextLocale(JNIEnv* env, jobject clazz, jlong objHandle, jstring locale) { in setTextLocale() function in android::PaintGlue
416 obj->setTextLocale(sSingleEntryLocaleCache.languageTag); in setTextLocale()
1141 {"native_setTextLocale","!(JLjava/lang/String;)V", (void*) PaintGlue::setTextLocale},
/frameworks/base/core/java/android/text/style/
DLocaleSpan.java92 paint.setTextLocale(locale); in apply()
/frameworks/base/core/java/com/android/internal/app/
DLocalePicker.java181 text.setTextLocale(item.getLocale()); in constructAdapter()
/frameworks/base/graphics/java/android/graphics/
DPaint.java437 setTextLocale(Locale.getDefault()); in Paint()
477 setTextLocale(Locale.getDefault()); in reset()
1211 public void setTextLocale(Locale locale) { in setTextLocale() method in Paint
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java955 delegate.setTextLocale(locale); in native_setTextLocale()
1324 private void setTextLocale(String locale) { in setTextLocale() method in Paint_Delegate
/frameworks/base/core/java/android/widget/
DTextView.java2826 public void setTextLocale(Locale locale) { in setTextLocale() method in TextView
2828 mTextPaint.setTextLocale(locale); in setTextLocale()
2835 mTextPaint.setTextLocale(Locale.getDefault()); in onConfigurationChanged()
/frameworks/base/api/
Dcurrent.txt11610 method public void setTextLocale(java.util.Locale);
41679 method public void setTextLocale(java.util.Locale);
Dsystem-current.txt11947 method public void setTextLocale(java.util.Locale);
44285 method public void setTextLocale(java.util.Locale);