Searched refs:HidePanel (Results 1 - 7 of 7) sorted by relevance
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | input_method_ability.h | 76 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 D | input_method_panel.h | 90 int32_t HidePanel(bool isForce);
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_ability.cpp | 216 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 D | input_method_panel.cpp | 147 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 D | js_panel.cpp | 280 auto code = InputMethodAbility::GetInstance()->HidePanel(ctxt->inputMethodPanel); in Hide()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_panel_test.cpp | 395 auto ret = panel->HidePanel(false); in TestHidePanel() 615 ret = inputMethodPanel->HidePanel(false); in HWTEST_F()
|
H A D | input_method_ability_test.cpp | 216 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