Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h76 int32_t HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel);
153 int32_t HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger,
H A Dinput_method_panel.h90 int32_t HidePanel(bool isForce);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp216 panel->HidePanel(false); in StartInput()
858 int32_t InputMethodAbility::HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in HidePanel() function in OHOS::MiscServices::InputMethodAbility
870 return HidePanel(inputMethodPanel, inputMethodPanel->GetPanelFlag(), Trigger::IME_APP, false); in HidePanel()
899 int32_t InputMethodAbility::HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, in HidePanel() function in OHOS::MiscServices::InputMethodAbility
905 auto ret = inputMethodPanel->HidePanel(isForce); in HidePanel()
972 return HidePanel(panel, flag, trigger, isForce); in HideKeyboard()
1117 auto ret = panel->HidePanel(false); in OnClientInactive()
H A Dinput_method_panel.cpp147 auto ret = HidePanel(false); in DestroyPanel()
654 int32_t InputMethodPanel::HidePanel(bool isForce) in HidePanel() function in OHOS::MiscServices::InputMethodPanel
675 IMSA_HILOGE("HidePanel error, err: %{public}d!", ret); in HidePanel()
745 IMSA_HILOGD("HidePanel panelStatusListener_ is not nullptr."); in PanelStatusChange()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.cpp280 auto code = InputMethodAbility::GetInstance()->HidePanel(ctxt->inputMethodPanel); in Hide()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_panel_test.cpp395 auto ret = panel->HidePanel(false); in TestHidePanel()
615 ret = inputMethodPanel->HidePanel(false); in HWTEST_F()
H A Dinput_method_ability_test.cpp216 auto ret = inputMethodAbility_->HidePanel(panel); in CheckPanelInfoInHide()
843 * @tc.desc: ShowPanel HidePanel SOFT_KEYBOARD FLG_FLOATING
860 // HidePanel in HWTEST_F()
870 * @tc.desc: ShowPanel HidePanel STATUS_BAR
888 // HidePanel in HWTEST_F()
897 * @tc.desc: ShowPanel HidePanel SOFT_KEYBOARD FLG_CANDIDATE_COLUMN
914 // HidePanel in HWTEST_F()

Completed in 10 milliseconds