Home
last modified time | relevance | path

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

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_panel_test.cpp257 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); in CreatePanel() local
294 bool InputMethodPanelTest::TriggerShowCallback(std::shared_ptr<InputMethodPanel> &inputMethodPanel) in TriggerShowCallback()
306 bool InputMethodPanelTest::TriggerHideCallback(std::shared_ptr<InputMethodPanel> &inputMethodPanel) in TriggerHideCallback()
425 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
441 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
455 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
496 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
537 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
575 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
626 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
[all …]
Dinput_method_ability_test.cpp686 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; variable
1142 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
1166 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
1191 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.cpp300 auto inputMethodPanel = UnwrapPanel(env, thisVar); in ChangeFlag() local
330 auto inputMethodPanel = UnwrapPanel(env, thisVar); in SetPrivacyMode() local
361 auto inputMethodPanel = UnwrapPanel(env, thisVar); in Subscribe() local
397 auto inputMethodPanel = UnwrapPanel(env, thisVar); in UnSubscribe() local
491 auto inputMethodPanel = jsPanel->GetNative(); in UnwrapPanel() local
Djs_panel.h88 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; member
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_ability.cpp893 const PanelInfo &panelInfo, std::shared_ptr<InputMethodPanel> &inputMethodPanel) in CreatePanel()
920 int32_t InputMethodAbility::DestroyPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in DestroyPanel()
935 int32_t InputMethodAbility::ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in ShowPanel()
944 int32_t InputMethodAbility::HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in HidePanel()
961 const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger) in ShowPanel()
986 int32_t InputMethodAbility::HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel, Pa… in HidePanel()
1002 const std::shared_ptr<InputMethodPanel> &inputMethodPanel, SysPanelStatus &sysPanelStatus) in NotifyPanelStatus()