Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DKeyEventTest.java57 private static final String CHARACTERS = "CHARACTERS, Y U NO @NONNULL?"; field in KeyEventTest
66 METASTATE, DEVICE_ID, SCAN_CODE, FLAGS, SOURCE, CHARACTERS); in testObtain()
74 METASTATE, DEVICE_ID, SCAN_CODE, FLAGS, SOURCE, CHARACTERS); in testObtainFromKeyEvent()
84 METASTATE, DEVICE_ID, SCAN_CODE, FLAGS, SOURCE, displayId, CHARACTERS); in testObtainWithDisplayId()
100 METASTATE, DEVICE_ID, SCAN_CODE, FLAGS, SOURCE, CHARACTERS); in testObtainGeneratesUniqueId()
122 METASTATE, DEVICE_ID, SCAN_CODE, FLAGS, SOURCE, CHARACTERS); in testObtainGeneratesIdWithRightSource()
170 INVALID_DISPLAY, CHARACTERS); in testCopyConstructorWith2ChangedFields()
225 KeyEvent key = new KeyEvent(42, CHARACTERS, DEVICE_ID, FLAGS); in testConstructorWith4Args()
229 /* scanCode= */ 0, FLAGS, InputDevice.SOURCE_KEYBOARD, INVALID_DISPLAY, CHARACTERS); in testConstructorWith4Args()
256 SCAN_CODE, FLAGS, SOURCE, INVALID_DISPLAY, CHARACTERS); in createKey()
[all …]
/aosp14/frameworks/base/core/java/android/text/method/
H A 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
H A 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
H A 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
H A DDialerKeyListener.java36 return CHARACTERS; in getAcceptedChars()
111 public static final char[] CHARACTERS = new char[] { field in DialerKeyListener
H A DTextKeyListener.java123 if (cap == Capitalize.CHARACTERS) { in shouldCap()
213 NONE, SENTENCES, WORDS, CHARACTERS, enumConstant
H A DBaseKeyListener.java477 case CHARACTERS: in makeTextContentType()
/aosp14/frameworks/base/core/java/android/widget/
H A DDialerFilter.java177 char c = event.getMatch(DialerKeyListener.CHARACTERS); in onKeyDown()
H A DTextView.java1689 cap = TextKeyListener.Capitalize.CHARACTERS;
7621 cap = TextKeyListener.Capitalize.CHARACTERS; in setInputType()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47996 field @Deprecated public static final char[] CHARACTERS;
48006 field @Deprecated public static final char[] CHARACTERS;
48014 field public static final char[] CHARACTERS;
48162 enum_constant public static final android.text.method.TextKeyListener.Capitalize CHARACTERS;
48175 field @Deprecated public static final char[] CHARACTERS;