Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1979 float newKeyboardOffset = 0.0f; in OnVirtualKeyboardHeightChange() local
1981 newKeyboardOffset = 0.0f; in OnVirtualKeyboardHeightChange()
1983 newKeyboardOffset = -offsetFix; in OnVirtualKeyboardHeightChange()
1986 newKeyboardOffset = -keyboardHeight; in OnVirtualKeyboardHeightChange()
1990 newKeyboardOffset = -height - offsetFix / 2.0f; in OnVirtualKeyboardHeightChange()
1992 newKeyboardOffset = 0.0f; in OnVirtualKeyboardHeightChange()
2127 CHECK_NULL_RETURN(manager, newKeyboardOffset); in CalcNewKeyboardOffset()
2129 CHECK_NULL_RETURN(onFocusField, newKeyboardOffset); in CalcNewKeyboardOffset()
2131 CHECK_NULL_RETURN(host, newKeyboardOffset); in CalcNewKeyboardOffset()
2133 CHECK_NULL_RETURN(geometryNode, newKeyboardOffset); in CalcNewKeyboardOffset()
[all …]