Searched refs:newKeyboardOffset (Results 1 – 1 of 1) sorted by relevance
1979 float newKeyboardOffset = 0.0f; in OnVirtualKeyboardHeightChange() local1981 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 …]