Home
last modified time | relevance | path

Searched defs:inputMethodPanel (Results 1 – 5 of 5) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_panel_test.cpp167 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); in CreatePanel() local
174 void InputMethodPanelTest::TriggerShowCallback(std::shared_ptr<InputMethodPanel> &inputMethodPanel) in TriggerShowCallback()
185 void InputMethodPanelTest::TriggerHideCallback(std::shared_ptr<InputMethodPanel> &inputMethodPanel) in TriggerHideCallback()
221const std::shared_ptr<InputMethodPanel> &inputMethodPanel, const PanelInfo &info, ListeningStatus … in ImcPanelListeningTestPrepare()
256 …nputMethodPanelTest::ImcPanelListeningTestClear(const std::shared_ptr<InputMethodPanel> &inputMeth… in ImcPanelListeningTestClear()
269 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
285 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
299 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
339 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
379 auto inputMethodPanel = std::make_shared<InputMethodPanel>(); variable
[all …]
Dinput_method_ability_test.cpp643 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; variable
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_panel.cpp246 auto inputMethodPanel = UnwrapPanel(env, thisVar); in ChangeFlag() local
268 auto inputMethodPanel = UnwrapPanel(env, thisVar); in SetPrivacyMode() local
295 auto inputMethodPanel = UnwrapPanel(env, thisVar); in Subscribe() local
330 auto inputMethodPanel = UnwrapPanel(env, thisVar); in UnSubscribe() local
347 auto inputMethodPanel = jsPanel->GetNative(); in UnwrapPanel() local
Djs_panel.h57 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; member
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_ability.cpp748 const PanelInfo &panelInfo, std::shared_ptr<InputMethodPanel> &inputMethodPanel) in CreatePanel()
771 int32_t InputMethodAbility::DestroyPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in DestroyPanel()
786 int32_t InputMethodAbility::ShowPanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in ShowPanel()
794 int32_t InputMethodAbility::HidePanel(const std::shared_ptr<InputMethodPanel> &inputMethodPanel) in HidePanel()
803 const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger) in ShowPanel()
826 const std::shared_ptr<InputMethodPanel> &inputMethodPanel, PanelFlag flag, Trigger trigger) in HidePanel()
969 void InputMethodAbility::NotifyKeyboardHeight(const std::shared_ptr<InputMethodPanel> inputMethodPa… in NotifyKeyboardHeight()