Home
last modified time | relevance | path

Searched refs:ShowPanel (Results 1 - 7 of 7) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h75 int32_t ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel);
150 /* param flag: ShowPanel is async, show/hide softkeyboard in alphabet keyboard attached,
152 int32_t ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger);
H A Dinput_method_panel.h89 int32_t ShowPanel();
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp437 return ShowPanel(panel, flag, Trigger::IMF); in ShowKeyboardImplWithoutLock()
849 int32_t InputMethodAbility::ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in ShowPanel() function in OHOS::MiscServices::InputMethodAbility
855 return ShowPanel(inputMethodPanel, inputMethodPanel->GetPanelFlag(), Trigger::IME_APP); in ShowPanel()
873 int32_t InputMethodAbility::ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, in ShowPanel() function in OHOS::MiscServices::InputMethodAbility
892 auto ret = inputMethodPanel->ShowPanel(); in ShowPanel()
H A Dinput_method_panel.cpp605 int32_t InputMethodPanel::ShowPanel() in ShowPanel() function in OHOS::MiscServices::InputMethodPanel
628 IMSA_HILOGE("ShowPanel error, err = %{public}d", ret); in ShowPanel()
741 IMSA_HILOGD("ShowPanel panelStatusListener_ is not nullptr."); in PanelStatusChange()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_panel_test.cpp386 auto ret = panel->ShowPanel(); in TestShowPanel()
583 auto ret = inputMethodPanel->ShowPanel(); in HWTEST_F()
590 ret = inputMethodPanel->ShowPanel(); in HWTEST_F()
597 ret = inputMethodPanel->ShowPanel(); in HWTEST_F()
603 ret = inputMethodPanel->ShowPanel(); in HWTEST_F()
613 ret = inputMethodPanel->ShowPanel(); in HWTEST_F()
H A Dinput_method_ability_test.cpp197 auto ret = inputMethodAbility_->ShowPanel(panel); in CheckPanelInfoInShow()
843 * @tc.desc: ShowPanel HidePanel SOFT_KEYBOARD FLG_FLOATING
858 // ShowPanel in HWTEST_F()
870 * @tc.desc: ShowPanel HidePanel STATUS_BAR
886 // ShowPanel in HWTEST_F()
897 * @tc.desc: ShowPanel HidePanel SOFT_KEYBOARD FLG_CANDIDATE_COLUMN
912 // ShowPanel in HWTEST_F()
945 ret = inputMethodAbility_->ShowPanel(panel); in HWTEST_F()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.cpp262 auto code = InputMethodAbility::GetInstance()->ShowPanel(ctxt->inputMethodPanel); in Show()

Completed in 11 milliseconds