Home
last modified time | relevance | path

Searched refs:panelHeight (Results 1 - 2 of 2) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp815 auto panelHeightCallback = [this](uint32_t panelHeight, PanelFlag panelFlag) { in CreatePanel()
816 NotifyKeyboardHeight(panelHeight, panelFlag); in CreatePanel()
1134 void InputMethodAbility::NotifyKeyboardHeight(uint32_t panelHeight, PanelFlag panelFlag) in NotifyKeyboardHeight() argument
1141 IMSA_HILOGD("notify panel height: %{public}u, flag: %{public}d.", panelHeight, static_cast<int32_t>(panelFlag)); in NotifyKeyboardHeight()
1146 channel->NotifyKeyboardHeight(panelHeight); in NotifyKeyboardHeight()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h85 void NotifyKeyboardHeight(uint32_t panelHeight, PanelFlag panelFlag);

Completed in 3 milliseconds