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

/frameworks/minikin/libs/minikin/
H A DHyphenator.cpp380 * Internal implementation, after conversion to codes. All case folding and normalization
382 * Note: len here is the padded length including 0 codes at start and end.
384 void Hyphenator::hyphenateFromCodes(HyphenationType* result, const uint16_t* codes, size_t len, argument
401 uint16_t c = codes[j];
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java233 * All the key codes (unicode or custom code) that this key could generate, zero'th
236 public int[] codes; field in class:Keyboard.Key
358 codes = new int[] { codesValue.data };
360 codes = parseCSV(codesValue.string.toString());
389 if (codes == null && !TextUtils.isEmpty(label)) {
390 codes = new int[] { label.charAt(0) };
613 key.codes = new int[] { c };
823 if (key.codes[0] == KEYCODE_SHIFT) {
833 } else if (key.codes[0] == KEYCODE_ALT) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1259 int32_t* codes = env->GetIntArrayElements(keyCodes, NULL); local
1265 deviceId, uint32_t(sourceMask), numCodes, codes, flags)) {
1275 env->ReleaseIntArrayElements(keyCodes, codes, 0);
/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 1259 milliseconds