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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java152 final SparseArray<HardwareEventDecoder> mHardwareEventDecoders = new SparseArray<>(1); field in class:LatinIME
1668 final HardwareEventDecoder decoder = mHardwareEventDecoders.get(deviceId);
1672 mHardwareEventDecoders.put(deviceId, newDecoder);

Completed in 41 milliseconds