Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardActionListener.java102 public boolean onCustomRequest(int requestCode); in onCustomRequest() method
128 public boolean onCustomRequest(int requestCode) { in onCustomRequest() method in KeyboardActionListener.Adapter
DPointerTracker.java1037 if (sListener.onCustomRequest(Constants.CUSTOM_CODE_SHOW_INPUT_METHOD_PICKER)) { in onLongPressed()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1279 public boolean onCustomRequest(final int requestCode) { in onCustomRequest() method in LatinIME