Searched refs:showIme (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java204 public boolean showFindDialog(String text, boolean showIme); argument
H A DWebView.java1386 * @param showIme if true, show the IME, assuming the user will begin typing.
1390 public boolean showFindDialog(String text, boolean showIme) { argument
1392 return mProvider.showFindDialog(text, showIme);
H A DWebViewClassic.java3657 * @param showIme If true, show the IME, assuming the user will begin typing.
3662 public boolean showFindDialog(String text, boolean showIme) { argument
3672 if (showIme) {
/frameworks/base/core/java/android/app/
H A DNativeActivity.java368 void showIme(int mode) { method in class:NativeActivity
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp53 jmethodID showIme; member in struct:android::__anon964
583 gNativeActivityClassInfo.showIme, work.arg1);
584 code->messageQueue->raiseAndClearException(code->env, "showIme");
1044 GET_METHOD_ID(gNativeActivityClassInfo.showIme,
1046 "showIme", "(I)V");

Completed in 1139 milliseconds