Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.cpp156 updateMinBlank_ = true; in InnerLayout()
182 if (!updateMinBlank_ || isAnimating_ || !IsPageReady()) { in UpdateMinBlankHeight()
195 updateMinBlank_ = false; in UpdateMinBlankHeight()
225 updateMinBlank_ = true; in OnNavigationBarHeightChanged()
235 updateMinBlank_ = true; in OnNavigationBarHeightChanged()
260 updateMinBlank_ = true; in OnStatusBarHeightChanged()
379 if (!updateMinBlank_) { in OnAnimationStop()
H A Drender_semi_modal.h109 bool updateMinBlank_ = true; variable