Home
last modified time | relevance | path

Searched refs:ShowPanel (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dpanel_element.cpp37 panel->ShowPanel(); in PerformBuild()
48 void PanelElement::ShowPanel() in ShowPanel() function in OHOS::Ace::PanelElement
H A Dpanel_element.h35 void ShowPanel();
H A Dpanel_component.h34 void ShowPanel() in ShowPanel() function
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h82 int32_t ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel);
156 …int32_t ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigg…
H A Dinput_method_panel.h89 int32_t ShowPanel();
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp513 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::InputMethodAbility
951 return ShowPanel(inputMethodPanel, inputMethodPanel->GetPanelFlag(), Trigger::IME_APP); in ShowPanel()
970 int32_t InputMethodAbility::ShowPanel( in ShowPanel() function in OHOS::MiscServices::InputMethodAbility
989 auto ret = inputMethodPanel->ShowPanel(); in ShowPanel()
H A Dinput_method_panel.cpp617 int32_t InputMethodPanel::ShowPanel() in ShowPanel() function in OHOS::MiscServices::InputMethodPanel
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_panel_test.cpp381 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();
H A Dinput_method_ability_test.cpp195 auto ret = inputMethodAbility_->ShowPanel(panel); in CheckPanelInfoInShow()
953 ret = inputMethodAbility_->ShowPanel(panel);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_panel.cpp124 controller->ShowPanel(); in CallSpecializedMethod()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.cpp259 auto code = InputMethodAbility::GetInstance()->ShowPanel(ctxt->inputMethodPanel); in Show()