Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp672 std::shared_ptr<InputMethodPanel> softKeyboardPanel = nullptr; variable
674 auto ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo1, softKeyboardPanel);
675 EXPECT_TRUE(softKeyboardPanel != nullptr);
684 ret = inputMethodAbility_->DestroyPanel(softKeyboardPanel);