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

/frameworks/base/core/java/android/text/
H A DAutoText.java35 public class AutoText { class
58 private static AutoText sInstance = new AutoText(Resources.getSystem());
76 private AutoText(Resources resources) { method in class:AutoText
82 * Returns the instance of AutoText. If the locale has changed, it will create a new
83 * instance of AutoText for the locale.
85 * @return the single instance of AutoText
87 private static AutoText getInstance(View view) {
90 AutoText instance;
96 instance = new AutoText(re
[all...]

Completed in 46 milliseconds