Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp2204 lastKeyboardHeight_ = keyboard; in UpdateLayoutAfterKeyboardShow()
3069 isVirtualKeyBoardShow_ != VkState::VK_SHOW || NearZero(lastKeyboardHeight_)) { in IsNeedResizeVisibleViewport()
3076 if (GreatOrEqual(height, lastKeyboardHeight_ + y)) { in IsNeedResizeVisibleViewport()
3077 double newHeight = height - lastKeyboardHeight_ - y; in IsNeedResizeVisibleViewport()
3143 lastKeyboardHeight_ = keyboard; in ProcessVirtualKeyBoardShow()
3148 lastKeyboardHeight_ = keyboard; in ProcessVirtualKeyBoardShow()
3158 lastKeyboardHeight_ = keyboard; in ProcessVirtualKeyBoardShow()
H A Dweb_pattern.h1158 double lastKeyboardHeight_ = 0.0; variable