Home
last modified time | relevance | path

Searched refs:newBegin (Results 1 – 12 of 12) sorted by relevance

/base/inputmethod/imf/frameworks/inputmethod_ability/src/
Dinput_method_agent_stub.cpp67 int32_t newBegin = data.ReadInt32(); in OnRemoteRequest() local
69 OnSelectionChange(text, oldBegin, oldEnd, newBegin, newEnd); in OnRemoteRequest()
114 int32_t newBegin, int32_t newEnd) in OnSelectionChange() argument
124 data->WriteInt32(newBegin); in OnSelectionChange()
Dinput_method_agent_proxy.cpp59 int32_t newBegin, int32_t newEnd) in OnSelectionChange() argument
72 data.WriteInt32(newBegin); in OnSelectionChange()
Dinput_method_ability.cpp311 int32_t newBegin = data->ReadInt32(); in OnSelectionChange() local
320 kdListener_->OnSelectionChange(oldBegin, oldEnd, newBegin, newEnd); in OnSelectionChange()
/base/inputmethod/imf/frameworks/inputmethod_ability/include/
Dkeyboard_listener.h26 …virtual void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd)…
Di_input_method_agent.h42 int32_t newBegin, int32_t newEnd) = 0;
Dinput_method_agent_proxy.h43 int32_t newBegin, int32_t newEnd) override;
Dinput_method_agent_stub.h38 int32_t newBegin, int32_t newEnd) override;
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/
Djs_keyboard_delegate_setting.h84 …void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) overrid…
112 int32_t newBegin = 0; member
Djs_keyboard_delegate_setting.cpp432 …egateSetting::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange() argument
435 SelectionPara para{ oldBegin, oldEnd, newBegin, newEnd }; in OnSelectionChange()
440 entry.selPara.newBegin = para.newBegin; in OnSelectionChange()
462 napi_create_int32(item->env_, entry->selPara.newBegin, &args[ARGC_TWO]); in OnSelectionChange()
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
Dinputmethodability_fuzzer.cpp38 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) {} in OnSelectionChange() argument
/base/inputmethod/imf/test/unitest/src/
DInputMethodTest.js737 KeyboardDelegate.off('selectionChange', (oldBegin, oldEnd, newBegin, newEnd) => {
740 console.info("inputMethodEngine beforeEach selectionChange newBegin:" + newBegin);
787 mKeyboardDelegate.on('selectionChange', (oldBegin, oldEnd, newBegin, newEnd) => {
790 console.info("inputMethodEngine beforeEach selectionChange newBegin:" + newBegin);
/base/inputmethod/imf/unitest/src/
Dinput_method_controller_test.cpp174 …void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) overrid…
194 …void KeyboardListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, i… in OnSelectionChange() argument