Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/cj/src/
H A Dcj_input_method_controller.cpp57 int32_t CjInputMethodController::Attach(const CTextConfig &txtCfg, bool showKeyboard) in Attach() argument
66 .inputPattern = txtCfg.inputAttrbute.textInputType, in Attach()
67 .enterKeyType = txtCfg.inputAttrbute.enterKeyType in Attach()
70 .left = txtCfg.cursor.left, in Attach()
71 .top = txtCfg.cursor.top, in Attach()
72 .width = txtCfg.cursor.width, in Attach()
73 .height = txtCfg.cursor.height in Attach()
76 .start = txtCfg.range.start, in Attach()
77 .end = txtCfg.range.end in Attach()
79 .windowId = txtCfg in Attach()
[all...]
H A Dinput_method_ffi.cpp306 int32_t FfiInputMethodControllerAttach(bool showKeyboard, CTextConfig txtCfg) in FfiInputMethodControllerAttach() argument
308 return CjInputMethodController::Attach(txtCfg, showKeyboard); in FfiInputMethodControllerAttach()
/base/inputmethod/imf/frameworks/cj/include/
H A Dinput_method_ffi.h40 FFI_EXPORT int32_t FfiInputMethodControllerAttach(bool showKeyboard, CTextConfig txtCfg);
H A Dcj_input_method_controller.h32 static int32_t Attach(const CTextConfig &txtCfg, bool showKeyboard);

Completed in 2 milliseconds