Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java483 updatePressKeyGraphics(key); in setPressedKeyGraphics()
488 updatePressKeyGraphics(shiftKey); in setPressedKeyGraphics()
497 updatePressKeyGraphics(altKey); in setPressedKeyGraphics()
501 updatePressKeyGraphics(k); in setPressedKeyGraphics()
512 private static void updatePressKeyGraphics(final Key key) { in updatePressKeyGraphics() method in PointerTracker
DMoreKeysKeyboardView.java221 updatePressKeyGraphics(newKey); in detectKey()
232 private void updatePressKeyGraphics(final Key key) { in updatePressKeyGraphics() method in MoreKeysKeyboardView