Home
last modified time | relevance | path

Searched refs:isSwitchInput (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_input_method.cpp259 napi_status status = napi_get_boolean(env, ctxt->isSwitchInput, result); in SwitchInputMethod()
268 ctxt->isSwitchInput = true; in SwitchInputMethod()
346 napi_status status = napi_get_boolean(env, ctxt->isSwitchInput, result); in SwitchCurrentInputMethodSubtype()
357 ctxt->isSwitchInput = true; in SwitchCurrentInputMethodSubtype()
385 napi_status status = napi_get_boolean(env, ctxt->isSwitchInput, result); in SwitchCurrentInputMethodAndSubtype()
396 ctxt->isSwitchInput = true; in SwitchCurrentInputMethodAndSubtype()
H A Djs_input_method.h28 bool isSwitchInput = false; member