Searched defs:showIme (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNativeActivity.java331 void showIme(int mode) { method in class:NativeActivity
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp61 jmethodID showIme; member in struct:android::__anon852
240 gNativeActivityClassInfo.showIme, work.arg1);
241 code->messageQueue->raiseAndClearException(code->env, "showIme");
692 gNativeActivityClassInfo.showIme = GetMethodIDOrDie(env, clazz, "showIme", "(I)V");
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java224 public boolean showFindDialog(String text, boolean showIme); argument
H A DWebView.java1689 * @param showIme if true, show the IME, assuming the user will begin typing.
1697 public boolean showFindDialog(String text, boolean showIme) { argument
1699 return mProvider.showFindDialog(text, showIme);

Completed in 164 milliseconds