Searched refs:txtCfg (Results 1 - 4 of 4) sorted by relevance
/base/inputmethod/imf/frameworks/cj/src/ |
H A D | cj_input_method_controller.cpp | 57 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 D | input_method_ffi.cpp | 306 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 D | input_method_ffi.h | 40 FFI_EXPORT int32_t FfiInputMethodControllerAttach(bool showKeyboard, CTextConfig txtCfg);
|
H A D | cj_input_method_controller.h | 32 static int32_t Attach(const CTextConfig &txtCfg, bool showKeyboard);
|
Completed in 4 milliseconds