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.cpp261 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); in CreatePanel() local
298 bool InputMethodPanelTest::TriggerShowCallback(std::shared_ptr<InputMethodPanel> &inputMethodPanel) in TriggerShowCallback()
310 bool InputMethodPanelTest::TriggerHideCallback(std::shared_ptr<InputMethodPanel> &inputMethodPanel) in TriggerHideCallback()
429 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
445 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
459 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
500 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
541 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
579 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
630 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
[all …]
Dinput_method_panel_adjust_test.cpp148 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); in CreatePanel() local
213 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
232 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
257 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
282 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
309 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
336 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
363 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
390 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
417 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
[all …]
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
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_ability.cpp915 const PanelInfo &panelInfo, std::shared_ptr<InputMethodPanel> &inputMethodPanel) in CreatePanel()
942 int32_t InputMethodAbility::DestroyPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in DestroyPanel()
957 int32_t InputMethodAbility::ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in ShowPanel()
966 int32_t InputMethodAbility::HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in HidePanel()
983 const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger) in ShowPanel()
1008 int32_t InputMethodAbility::HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel, Pa… in HidePanel()
1024 const std::shared_ptr<InputMethodPanel> &inputMethodPanel, SysPanelStatus &sysPanelStatus) in NotifyPanelStatus()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.cpp258 auto inputMethodPanel = reinterpret_cast<JsPanel *>(native)->GetNative(); in StartMoving() local
374 auto inputMethodPanel = UnwrapPanel(env, thisVar); in ChangeFlag() local
404 auto inputMethodPanel = UnwrapPanel(env, thisVar); in SetPrivacyMode() local
439 auto inputMethodPanel = UnwrapPanel(env, thisVar); in Subscribe() local
475 auto inputMethodPanel = UnwrapPanel(env, thisVar); in UnSubscribe() local
792 auto inputMethodPanel = jsPanel->GetNative(); in UnwrapPanel() local
Djs_panel.h107 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; member