Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_panel_test.cpp257 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); in CreatePanel() local
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
650 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
845 auto inputMethodPanel = InputMethodPanelTest::CreatePanel(); variable
[all …]
H A Dinput_method_ability_test.cpp702 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; variable
1158 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
1182 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
1207 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A 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
H A Djs_panel.h88 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; member
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp903 const PanelInfo &panelInfo, std::shared_ptr<InputMethodPanel> &inputMethodPanel) in CreatePanel()
930 int32_t InputMethodAbility::DestroyPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in DestroyPanel()
945 int32_t InputMethodAbility::ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in ShowPanel()
954 int32_t InputMethodAbility::HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in HidePanel()
971 const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger) in ShowPanel()
996 int32_t InputMethodAbility::HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel, Pa… in HidePanel()
1012 const std::shared_ptr<InputMethodPanel> &inputMethodPanel, SysPanelStatus &sysPanelStatus) in NotifyPanelStatus()