Searched refs:sDeadKeyCache (Results 1 – 1 of 1) sorted by relevance
244 private static final SparseIntArray sDeadKeyCache = new SparseIntArray(); field in KeyCharacterMap271 sDeadKeyCache.put(combination, result); in addDeadKey()503 synchronized (sDeadKeyCache) { in getDeadChar()504 combined = sDeadKeyCache.get(combination, -1); in getDeadChar()512 sDeadKeyCache.put(combination, combined); in getDeadChar()