Home
last modified time | relevance | path

Searched refs:CHARACTERS (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DKeyEventTest.java43 private static final String CHARACTERS = null; field in KeyEventTest
48 METASTATE, DEVICE_ID, SCAN_CODE, FLAGS, SOURCE, CHARACTERS); in testObtain()
60 assertEquals(CHARACTERS, keyEvent.getCharacters()); in testObtain()
66 METASTATE, DEVICE_ID, SCAN_CODE, FLAGS, SOURCE, CHARACTERS); in testObtainFromKeyEvent()
86 METASTATE, DEVICE_ID, SCAN_CODE, FLAGS, SOURCE, displayId, CHARACTERS); in testObtainWithDisplayId()
98 assertEquals(CHARACTERS, keyEvent.getCharacters()); in testObtainWithDisplayId()
/frameworks/base/core/java/android/text/method/
DDateKeyListener.java74 mNeedsAdvancedInput = !ArrayUtils.containsAll(CHARACTERS, mCharacters); in DateKeyListener()
76 mCharacters = CHARACTERS; in DateKeyListener()
117 public static final char[] CHARACTERS = new char[] { field in DateKeyListener
DDateTimeKeyListener.java85 mNeedsAdvancedInput = !ArrayUtils.containsAll(CHARACTERS, mCharacters); in DateTimeKeyListener()
88 mCharacters = CHARACTERS; in DateTimeKeyListener()
128 public static final char[] CHARACTERS = new char[] { field in DateTimeKeyListener
DTimeKeyListener.java85 mNeedsAdvancedInput = !ArrayUtils.containsAll(CHARACTERS, mCharacters); in TimeKeyListener()
88 mCharacters = CHARACTERS; in TimeKeyListener()
128 public static final char[] CHARACTERS = new char[] { field in TimeKeyListener
DDialerKeyListener.java36 return CHARACTERS; in getAcceptedChars()
111 public static final char[] CHARACTERS = new char[] { field in DialerKeyListener
DTextKeyListener.java123 if (cap == Capitalize.CHARACTERS) { in shouldCap()
213 NONE, SENTENCES, WORDS, CHARACTERS, enumConstant
DBaseKeyListener.java458 case CHARACTERS: in makeTextContentType()
/frameworks/base/core/java/android/widget/
DDialerFilter.java177 char c = event.getMatch(DialerKeyListener.CHARACTERS); in onKeyDown()
DTextView.java1486 cap = TextKeyListener.Capitalize.CHARACTERS;
6652 cap = TextKeyListener.Capitalize.CHARACTERS; in setInputType()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30229 field public static final char[] CHARACTERS;
30237 field public static final char[] CHARACTERS;
30245 field public static final char[] CHARACTERS;
30391 enum_constant public static final android.text.method.TextKeyListener.Capitalize CHARACTERS;
30402 field public static final char[] CHARACTERS;
/frameworks/base/api/
Dcurrent.txt46512 field @Deprecated public static final char[] CHARACTERS;
46522 field @Deprecated public static final char[] CHARACTERS;
46530 field public static final char[] CHARACTERS;
46678 enum_constant public static final android.text.method.TextKeyListener.Capitalize CHARACTERS;
46691 field @Deprecated public static final char[] CHARACTERS;