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

/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp62 jmethodID showIme; member in struct:android::__anon1043
250 gNativeActivityClassInfo.showIme, work.arg1);
251 code->messageQueue->raiseAndClearException(code->env, "showIme");
708 gNativeActivityClassInfo.showIme = GetMethodIDOrDie(env, clazz, "showIme", "(I)V");
/frameworks/base/core/java/android/app/
H A DNativeActivity.java323 void showIme(int mode) { method in class:NativeActivity
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java229 public boolean showFindDialog(String text, boolean showIme); argument
H A DWebView.java1700 * @param showIme if true, show the IME, assuming the user will begin typing.
1708 public boolean showFindDialog(String text, boolean showIme) { argument
1710 return mProvider.showFindDialog(text, showIme);

Completed in 6962 milliseconds