Home
last modified time | relevance | path

Searched refs:HidePanel (Results 1 – 5 of 5) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
Dinput_method_panel.h61 int32_t HidePanel();
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_panel_test.cpp172 …panelHandler_->PostTask([&inputMethodPanel]() { inputMethodPanel->HidePanel(); }, InputMethodPanel… in TriggerHideCallback()
389 ret = inputMethodPanel->HidePanel();
596 ret = inputMethodPanel->HidePanel();
623 ret = inputMethodPanel->HidePanel();
650 ret = inputMethodPanel->HidePanel();
676 ret = inputMethodPanel->HidePanel();
703 ret = inputMethodPanel->HidePanel();
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp102 auto ret = HidePanel(); in DestroyPanel()
209 int32_t InputMethodPanel::HidePanel() in HidePanel() function in OHOS::MiscServices::InputMethodPanel
Dinput_method_ability.cpp458 auto ret = panel->HidePanel(); in HideKeyboard()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.cpp220 auto code = ctxt->inputMethodPanel->HidePanel(); in Hide()