Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewChoreographer.java110 showKeyPreview(key, keyPreviewView, withAnimation); in placeAndShowKeyPreview()
151 private void showKeyPreview(final Key key, final KeyPreviewView keyPreviewView, in showKeyPreview() method in KeyPreviewChoreographer
173 showKeyPreview(key, keyPreviewView, false /* withAnimation */); in createShowUpAnimator()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java54 public void showKeyPreview(Key key); in showKeyPreview() method
481 sDrawingProxy.showKeyPreview(key); in setPressedKeyGraphics()
DMainKeyboardView.java461 public void showKeyPreview(final Key key) { in showKeyPreview() method in MainKeyboardView