Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.h82 bool IsPageReady() const;
H A Drender_semi_modal.cpp74 bool RenderSemiModal::IsPageReady() const in IsPageReady() function in OHOS::Ace::RenderSemiModal
147 isFirstLayout_ = !IsPageReady(); in PerformLayout()
182 if (!updateMinBlank_ || isAnimating_ || !IsPageReady()) { in UpdateMinBlankHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h358 bool IsPageReady() const in IsPageReady() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp563 if (listBase->IsPageReady() || (initialIndex_ != 0 && initialIndex_ < maxCount) || in IsReadyToJump()