Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java345 TypedValue codesValue = new TypedValue(); in Key() local
347 codesValue); in Key()
348 if (codesValue.type == TypedValue.TYPE_INT_DEC in Key()
349 || codesValue.type == TypedValue.TYPE_INT_HEX) { in Key()
350 codes = new int[] { codesValue.data }; in Key()
351 } else if (codesValue.type == TypedValue.TYPE_STRING) { in Key()
352 codes = parseCSV(codesValue.string.toString()); in Key()