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

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

Completed in 55 milliseconds