Home
last modified time | relevance | path

Searched defs:inputMethodPanel (Results 1 – 6 of 6) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_panel_test.cpp288 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); in CreatePanel() local
328 bool InputMethodPanelTest::TriggerShowCallback(std::shared_ptr<InputMethodPanel> &inputMethodPanel) in TriggerShowCallback()
345 bool InputMethodPanelTest::TriggerHideCallback(std::shared_ptr<InputMethodPanel> &inputMethodPanel) in TriggerHideCallback()
494 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
512 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
526 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
569 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
612 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
652 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
707 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
[all …]
Dinput_method_panel_adjust_test.cpp152 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); in CreatePanel() local
231 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
251 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
277 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
303 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
331 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
359 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
387 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
415 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
443 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
[all …]
Dinput_method_ability_test.cpp988 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; variable
1579 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
1604 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
1631 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.cpp264 auto inputMethodPanel = reinterpret_cast<JsPanel *>(native)->GetNative(); in StartMoving() local
406 auto inputMethodPanel = UnwrapPanel(env, thisVar); in ChangeFlag() local
432 auto inputMethodPanel = UnwrapPanel(env, thisVar); in SetPrivacyMode() local
463 auto inputMethodPanel = UnwrapPanel(env, thisVar); in Subscribe() local
504 auto inputMethodPanel = UnwrapPanel(env, thisVar); in UnSubscribe() local
724 auto inputMethodPanel = jsPanel->GetNative(); in UnwrapPanel() local
Djs_panel.h116 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; member
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_ability.cpp1123 const PanelInfo &panelInfo, std::shared_ptr<InputMethodPanel> &inputMethodPanel) in CreatePanel()
1151 int32_t InputMethodAbility::DestroyPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in DestroyPanel()
1166 int32_t InputMethodAbility::ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in ShowPanel()
1175 int32_t InputMethodAbility::HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in HidePanel()
1194 const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger) in ShowPanel()
1223const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger, uint32… in HidePanel()