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

/frameworks/native/include/input/
H A DKeyCharacterMap.h74 /* Loads a key character map from a file. */
77 /* Loads a key character map from its string contents. */
81 /* Combines a base key character map and an overlay. */
85 /* Returns an empty key character map. */
91 /* Gets the primary character for this key as in the label physically printed on it.
95 /* Gets the Unicode character for the number or symbol generated by the key
101 /* Gets the Unicode character generated by the key and meta key modifiers.
102 * Returns 0 if no character is generated.
113 /* Gets the first matching Unicode character that can be generated by the key,
115 * Returns 0 if no matching character i
158 char16_t character; member in struct:android::KeyCharacterMap::Behavior
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboardHelper.java175 private void sendKeyEventsToTarget(int character) { argument
178 new char[] { (char) character });
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp116 ALOGE("Error %d opening key character map file %s.", status, filename.string());
131 ALOGE("Error %d opening key character map.", status);
144 ALOGE("Error allocating key character map.");
154 ALOGD("Parsed key character map file '%s' %d lines in %0.3fms.",
236 result = behavior->character;
273 // Try to find the most general behavior that maps to this character.
277 if (behavior->character) {
279 if (behavior->character == chars[i]) {
280 result = behavior->character;
307 ALOGD("getEvents: deviceId=%d, chars=[%s] ~ Failed to find mapping for character
631 char16_t character = parcel->readInt32(); local
981 char16_t character; local
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1188 milliseconds