Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h101 void SetPanelHeightCallback(CallbackFunc heightCallback);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp913 inputMethodPanel->SetPanelHeightCallback(panelHeightCallback); in CreatePanel()
H A Dinput_method_panel.cpp1059 void InputMethodPanel::SetPanelHeightCallback(CallbackFunc heightCallback) in SetPanelHeightCallback() function in OHOS::MiscServices::InputMethodPanel