Home
last modified time | relevance | path

Searched defs:showSoftInputUnchecked (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java2014 private Method showSoftInputUnchecked; field in SearchView.AutoCompleteTextViewReflector
2074 void showSoftInputUnchecked(InputMethodManager imm, View view, int flags) { in showSoftInputUnchecked() method in SearchView.AutoCompleteTextViewReflector
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java993 public void showSoftInputUnchecked(int flags, ResultReceiver resultReceiver) { in showSoftInputUnchecked() method in InputMethodManager