Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp906 auto panelHeightCallback = [this](uint32_t panelHeight, PanelFlag panelFlag) { in CreatePanel() local
910 panelInfo.panelType, [panelHeightCallback, &panelInfo, &context, &inputMethodPanel]( in CreatePanel()
913 inputMethodPanel->SetPanelHeightCallback(panelHeightCallback); in CreatePanel()