Searched defs:getDeadChar (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java356 * actually produce a character -- see {@link #getDeadChar} --
477 * For example, getDeadChar('`', 'e') returns è.
483 public static int getDeadChar(int accent, int c) { method in class:KeyCharacterMap
H A DKeyEvent.java1254 * For example, getDeadChar('`', 'e') returns è.
1256 public static int getDeadChar(int accent, int c) { method in class:KeyEvent
1257 return KeyCharacterMap.getDeadChar(accent, c);
2473 * actually produce a character -- see {@link KeyCharacterMap#getDeadChar} --
2496 * actually produce a character -- see {@link KeyCharacterMap#getDeadChar} --

Completed in 205 milliseconds