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

/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java524 public static class KeyData { class in class:KeyCharacterMap
554 * @param results A {@link KeyData} instance that will be filled with the results.
561 public boolean getKeyData(int keyCode, KeyData results) {
562 if (results.meta.length < KeyData.META_LENGTH) {
564 "results.meta.length must be >= " + KeyData.META_LENGTH);

Completed in 341 milliseconds