Searched defs:AutoText (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DAutoText.java34 public class AutoText { class
57 private static AutoText sInstance = new AutoText(Resources.getSystem());
75 private AutoText(Resources resources) { method in class:AutoText
81 * Returns the instance of AutoText. If the locale has changed, it will create a new
82 * instance of AutoText for the locale.
84 * @return the single instance of AutoText
86 private static AutoText getInstance(View view) {
89 AutoText instance;
95 instance = new AutoText(re
[all...]

Completed in 52 milliseconds