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.cpp274 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); in CreatePanel() local
312 bool InputMethodPanelTest::TriggerShowCallback(std::shared_ptr<InputMethodPanel> &inputMethodPanel) in TriggerShowCallback()
329 bool InputMethodPanelTest::TriggerHideCallback(std::shared_ptr<InputMethodPanel> &inputMethodPanel) in TriggerHideCallback()
461 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
477 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
491 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
532 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
573 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
611 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
662 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
[all …]
Dinput_method_panel_adjust_test.cpp151 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); in CreatePanel() local
216 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
235 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
260 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
285 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
312 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
339 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
366 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
393 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
420 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
[all …]
Dinput_method_ability_test.cpp773 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; variable
1258 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
1282 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
1307 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.cpp262 auto inputMethodPanel = reinterpret_cast<JsPanel *>(native)->GetNative(); in StartMoving() local
404 auto inputMethodPanel = UnwrapPanel(env, thisVar); in ChangeFlag() local
430 auto inputMethodPanel = UnwrapPanel(env, thisVar); in SetPrivacyMode() local
465 auto inputMethodPanel = UnwrapPanel(env, thisVar); in Subscribe() local
506 auto inputMethodPanel = UnwrapPanel(env, thisVar); in UnSubscribe() local
726 auto inputMethodPanel = jsPanel->GetNative(); in UnwrapPanel() local
Djs_panel.h108 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; member
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_ability.cpp877 const PanelInfo &panelInfo, std::shared_ptr<InputMethodPanel> &inputMethodPanel) in CreatePanel()
905 int32_t InputMethodAbility::DestroyPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in DestroyPanel()
920 int32_t InputMethodAbility::ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in ShowPanel()
929 int32_t InputMethodAbility::HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in HidePanel()
948 const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger) in ShowPanel()
977 const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger) in HidePanel()