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

/frameworks/base/core/java/android/text/method/
H A DDateTimeKeyListener.java38 public class DateTimeKeyListener extends NumberKeyListener class in inherits:NumberKeyListener
56 * @deprecated Use {@link #DateTimeKeyListener(Locale)} instead.
59 public DateTimeKeyListener() { method in class:DateTimeKeyListener
67 public DateTimeKeyListener(@Nullable Locale locale) { method in class:DateTimeKeyListener
98 public static DateTimeKeyListener getInstance() {
103 * Returns an instance of DateTimeKeyListener appropriate for the given locale.
106 public static DateTimeKeyListener getInstance(@Nullable Locale locale) {
107 DateTimeKeyListener instance;
111 instance = new DateTimeKeyListener(locale);
138 private static final HashMap<Locale, DateTimeKeyListener> sInstanceCach
[all...]

Completed in 51 milliseconds