Searched refs:ShowPanel (Results 1 – 11 of 11) sorted by relevance
37 panel->ShowPanel(); in PerformBuild()48 void PanelElement::ShowPanel() in ShowPanel() function in OHOS::Ace::PanelElement
35 void ShowPanel();
34 void ShowPanel() in ShowPanel() function
82 int32_t ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel);156 …int32_t ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigg…
89 int32_t ShowPanel();
513 return ShowPanel(panel, flag, Trigger::IMF); in ShowKeyboardImplWithoutLock()945 int32_t InputMethodAbility::ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in ShowPanel() function in OHOS::MiscServices::InputMethodAbility951 return ShowPanel(inputMethodPanel, inputMethodPanel->GetPanelFlag(), Trigger::IME_APP); in ShowPanel()970 int32_t InputMethodAbility::ShowPanel( in ShowPanel() function in OHOS::MiscServices::InputMethodAbility989 auto ret = inputMethodPanel->ShowPanel(); in ShowPanel()
617 int32_t InputMethodPanel::ShowPanel() in ShowPanel() function in OHOS::MiscServices::InputMethodPanel
381 auto ret = panel->ShowPanel(); in TestShowPanel()578 auto ret = inputMethodPanel->ShowPanel();585 ret = inputMethodPanel->ShowPanel();592 ret = inputMethodPanel->ShowPanel();598 ret = inputMethodPanel->ShowPanel();608 ret = inputMethodPanel->ShowPanel();
195 auto ret = inputMethodAbility_->ShowPanel(panel); in CheckPanelInfoInShow()953 ret = inputMethodAbility_->ShowPanel(panel);
124 controller->ShowPanel(); in CallSpecializedMethod()
259 auto code = InputMethodAbility::GetInstance()->ShowPanel(ctxt->inputMethodPanel); in Show()