Searched refs:onKeyPressed (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DDrawingProxy.java32 public void onKeyPressed(@Nonnull Key key, boolean withPreview); method in interface:DrawingProxy
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DPointerTracker.java432 sDrawingProxy.onKeyPressed(key, !noKeyPreview);
437 sDrawingProxy.onKeyPressed(shiftKey, false /* withPreview */);
446 sDrawingProxy.onKeyPressed(altKey, false /* withPreview */);
450 sDrawingProxy.onKeyPressed(k, false /* withPreview */);
H A DMainKeyboardView.java464 // Implements {@link DrawingProxy#onKeyPressed(Key,boolean)}.
466 public void onKeyPressed(@Nonnull final Key key, final boolean withPreview) { method in class:MainKeyboardView
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java3237 private void onKeyPressed(byte[] address) { method in class:HeadsetStateMachine

Completed in 328 milliseconds