Searched refs:showIme (Results 1 – 4 of 4) sorted by relevance
61 jmethodID showIme; member240 gNativeActivityClassInfo.showIme, work.arg1); in mainWorkCallback()692 gNativeActivityClassInfo.showIme = GetMethodIDOrDie(env, clazz, "showIme", "(I)V"); in register_android_app_NativeActivity()
331 void showIme(int mode) { in showIme() method in NativeActivity
224 public boolean showFindDialog(String text, boolean showIme); in showFindDialog() argument
1697 public boolean showFindDialog(String text, boolean showIme) { in showFindDialog() argument1699 return mProvider.showFindDialog(text, showIme); in showFindDialog()