Home
last modified time | relevance | path

Searched refs:IME_SHOW_ENEDITABLE (Results 1 – 4 of 4) sorted by relevance

/base/inputmethod/imf/services/dfx/src/
Dinputmethod_sysevent.cpp31 …{ static_cast<int32_t>(OperateIMEInfoCode::IME_SHOW_ENEDITABLE), "ShowTextInput: enter editable st…
134 case static_cast<int32_t>(OperateIMEInfoCode::IME_SHOW_ENEDITABLE): in GetOperateAction()
/base/inputmethod/imf/services/dfx/include/
Dinputmethod_sysevent.h31 IME_SHOW_ENEDITABLE, enumerator
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_dfx_test.cpp250 static_cast<int32_t>(OperateIMEInfoCode::IME_SHOW_ENEDITABLE)));
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp460 …ethodSysEvent::GetInstance().OperateSoftkeyboardBehaviour(OperateIMEInfoCode::IME_SHOW_ENEDITABLE); in ShowTextInput()