Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.h95 …double normalBlankHeight_ = -std::numeric_limits<double>::max(); // save blank height when keyboar… variable
H A Drender_semi_modal.cpp244 normalBlankHeight_ = blankHeight_; in OnNavigationBarHeightChanged()
248 blankHeight_ = normalBlankHeight_; in OnNavigationBarHeightChanged()
737 …tInstance().AddDesc(std::string("normalBlankHeight: ").append(std::to_string(normalBlankHeight_))); in Dump()