Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_pattern.h91 if (!shallowBuilder_ || !firstTimeLayout_) { in CheckTabAnimateMode()
130 if (firstTimeLayout_) { in BeforeCreateLayoutWrapper()
132 firstTimeLayout_ = false; in BeforeCreateLayoutWrapper()
364 bool firstTimeLayout_ = true; variable