Searched defs:showKeyPreview (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyPreviewChoreographer.java110 showKeyPreview(key, keyPreviewView, withAnimation);
151 private void showKeyPreview(final Key key, final KeyPreviewView keyPreviewView, method in class:KeyPreviewChoreographer
173 showKeyPreview(key, keyPreviewView, false /* withAnimation */);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java461 public void showKeyPreview(final Key key) { method in class:MainKeyboardView
657 // {@link KeyboardView#showKeyPreview(PointerTracker)}.
H A DPointerTracker.java54 public void showKeyPreview(Key key); method in interface:PointerTracker.DrawingProxy
481 sDrawingProxy.showKeyPreview(key);

Completed in 50 milliseconds