Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java170 public boolean onShowInputRequested(int flags, boolean configChange) { in onShowInputRequested() method in LeanbackImeService
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1267 public boolean onShowInputRequested(final int flags, final boolean configChange) { in onShowInputRequested() method in LatinIME
1271 return super.onShowInputRequested(flags, configChange); in onShowInputRequested()