Searched defs:inputMethodPanel (Results 1 – 6 of 6) sorted by relevance
261 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); in CreatePanel() local298 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>(); variable445 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable459 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable500 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable541 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable579 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable630 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable[all …]
148 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); in CreatePanel() local213 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable232 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable257 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable282 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable309 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable336 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable363 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable390 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable417 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable[all …]
702 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; variable1158 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable1182 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable1207 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
915 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()
258 auto inputMethodPanel = reinterpret_cast<JsPanel *>(native)->GetNative(); in StartMoving() local374 auto inputMethodPanel = UnwrapPanel(env, thisVar); in ChangeFlag() local404 auto inputMethodPanel = UnwrapPanel(env, thisVar); in SetPrivacyMode() local439 auto inputMethodPanel = UnwrapPanel(env, thisVar); in Subscribe() local475 auto inputMethodPanel = UnwrapPanel(env, thisVar); in UnSubscribe() local792 auto inputMethodPanel = jsPanel->GetNative(); in UnwrapPanel() local
107 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; member