Searched refs:showIme (Results 1 – 4 of 4) sorted by relevance
63 jmethodID showIme; member251 gNativeActivityClassInfo.showIme, work.arg1); in mainWorkCallback()720 gNativeActivityClassInfo.showIme = GetMethodIDOrDie(env, clazz, "showIme", "(I)V"); in register_android_app_NativeActivity()
329 void showIme(int mode) { in showIme() method in NativeActivity
231 public boolean showFindDialog(String text, boolean showIme); in showFindDialog() argument
1603 public boolean showFindDialog(@Nullable String text, boolean showIme) { in showFindDialog() argument1605 return mProvider.showFindDialog(text, showIme); in showFindDialog()