Home
last modified time | relevance | path

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

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_panel_test.cpp161 …panelHandler_->PostTask([&inputMethodPanel]() { inputMethodPanel->ShowPanel(); }, InputMethodPanel… in TriggerShowCallback()
360 auto ret = inputMethodPanel->ShowPanel();
364 ret = inputMethodPanel->ShowPanel();
371 ret = inputMethodPanel->ShowPanel();
377 ret = inputMethodPanel->ShowPanel();
387 ret = inputMethodPanel->ShowPanel();
591 auto ret = inputMethodPanel->ShowPanel();
617 auto ret = inputMethodPanel->ShowPanel();
645 auto ret = inputMethodPanel->ShowPanel();
671 auto ret = inputMethodPanel->ShowPanel();
[all …]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
Dinput_method_panel.h60 int32_t ShowPanel();
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp189 int32_t InputMethodPanel::ShowPanel() in ShowPanel() function in OHOS::MiscServices::InputMethodPanel
Dinput_method_ability.cpp391 auto ret = panel->ShowPanel(); in ShowInputWindow()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.cpp203 auto code = ctxt->inputMethodPanel->ShowPanel(); in Show()