Searched defs:inputMethodPanel (Results 1 – 6 of 6) sorted by relevance
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_panel_test.cpp | 288 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 …]
|
| D | input_method_panel_adjust_test.cpp | 152 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 …]
|
| D | input_method_ability_test.cpp | 988 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/ |
| D | js_panel.cpp | 264 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
|
| D | js_panel.h | 116 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; member
|
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
| D | input_method_ability.cpp | 1123 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() 1223 …const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger, uint32… in HidePanel()
|