Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/text/
DAllCapsTransformationMethod.java34 private Locale mLocale; field in AllCapsTransformationMethod
37 mLocale = context.getResources().getConfiguration().locale; in AllCapsTransformationMethod()
42 return source != null ? source.toString().toUpperCase(mLocale) : null; in getTransformation()