Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h166 CallbackFunc panelHeightCallback_ = nullptr; variable
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp961 if (panelHeightCallback_ != nullptr) { in RegisterKeyboardPanelInfoChangeListener()
962 panelHeightCallback_(keyboardPanelInfo.rect_.height_, panelFlag_); in RegisterKeyboardPanelInfoChangeListener()
1061 panelHeightCallback_ = std::move(heightCallback); in SetPanelHeightCallback()