Searched defs:inputMethodPanel (Results 1 – 5 of 5) sorted by relevance
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_panel_test.cpp | 167 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() 221 …const 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 …]
|
| D | input_method_ability_test.cpp | 643 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; variable
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
| D | js_panel.cpp | 246 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
|
| D | js_panel.h | 57 std::shared_ptr<InputMethodPanel> inputMethodPanel = nullptr; member
|
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
| D | input_method_ability.cpp | 748 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()
|