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

/frameworks/base/core/java/android/text/method/
H A DDateKeyListener.java35 return CHARACTERS;
52 public static final char[] CHARACTERS = new char[] { field in class:DateKeyListener
H A DDateTimeKeyListener.java35 return CHARACTERS;
52 public static final char[] CHARACTERS = new char[] { field in class:DateTimeKeyListener
H A DTimeKeyListener.java35 return CHARACTERS;
52 public static final char[] CHARACTERS = new char[] { field in class:TimeKeyListener
H A DDialerKeyListener.java32 return CHARACTERS;
107 public static final char[] CHARACTERS = new char[] { field in class:DialerKeyListener
H A DDigitsKeyListener.java48 private static final char[][] CHARACTERS = new char[][] { field in class:DigitsKeyListener
72 mAccepted = CHARACTERS[kind];
H A DTextKeyListener.java114 if (cap == Capitalize.CHARACTERS) {
196 NONE, SENTENCES, WORDS, CHARACTERS, enum constant in enum:TextKeyListener.Capitalize

Completed in 361 milliseconds