Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewChoreographer.java103 showKeyPreview(key, keyPreviewView, withAnimation); in placeAndShowKeyPreview()
144 void showKeyPreview(final Key key, final KeyPreviewView keyPreviewView, in showKeyPreview() method in KeyPreviewChoreographer
166 showKeyPreview(key, keyPreviewView, false /* withAnimation */); in createShowUpAnimator()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java470 showKeyPreview(key); in onKeyPressed()
474 private void showKeyPreview(@Nonnull final Key key) { in showKeyPreview() method in MainKeyboardView