[go: nahoru, domu]

Searched refs:showSoftInputUnchecked (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java194 HIDDEN_METHOD_INVOKER.showSoftInputUnchecked(imm, SearchView.this, 0);
2014 private Method showSoftInputUnchecked; field in class:SearchView.AutoCompleteTextViewReflector
2039 showSoftInputUnchecked = InputMethodManager.class.getMethod(
2040 "showSoftInputUnchecked", int.class, ResultReceiver.class);
2041 showSoftInputUnchecked.setAccessible(true);
2074 void showSoftInputUnchecked(InputMethodManager imm, View view, int flags) { method in class:SearchView.AutoCompleteTextViewReflector
2075 if (showSoftInputUnchecked != null) {
2077 showSoftInputUnchecked.invoke(imm, flags, null);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java993 public void showSoftInputUnchecked(int flags, ResultReceiver resultReceiver) { method in class:InputMethodManager
/frameworks/base/core/java/android/widget/
H A DSearchView.java171 imm.showSoftInputUnchecked(0, null);

Completed in 133 milliseconds