Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewChoreographer.java97 public void placeAndShowKeyPreview(final Key key, final KeyboardIconsSet iconsSet, in placeAndShowKeyPreview() method in KeyPreviewChoreographer
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java487 mKeyPreviewChoreographer.placeAndShowKeyPreview(key, keyboard.mIconsSet, getKeyDrawParams(), in showKeyPreview()