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

/frameworks/base/core/java/android/text/method/
H A DDateKeyListener.java39 return CHARACTERS;
56 public static final char[] CHARACTERS = new char[] { field in class:DateKeyListener
H A DDateTimeKeyListener.java39 return CHARACTERS;
56 public static final char[] CHARACTERS = new char[] { field in class:DateTimeKeyListener
H A DTimeKeyListener.java39 return CHARACTERS;
56 public static final char[] CHARACTERS = new char[] { field in class:TimeKeyListener
H A DDialerKeyListener.java36 return CHARACTERS;
111 public static final char[] CHARACTERS = new char[] { field in class:DialerKeyListener
H A DDigitsKeyListener.java52 private static final char[][] CHARACTERS = { field in class:DigitsKeyListener
85 mAccepted = CHARACTERS[kind];
H A DTextKeyListener.java118 if (cap == Capitalize.CHARACTERS) {
208 NONE, SENTENCES, WORDS, CHARACTERS, enum constant in enum:TextKeyListener.Capitalize

Completed in 48 milliseconds