Home
last modified time | relevance | path

Searched defs:willShowIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_lifecycle_test_ng.cpp377 const int8_t willShowIndex = 2; variable
559 const int8_t willShowIndex = 2; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.cpp492 auto willShowIndex = tabsLayoutProperty->GetIndex().value_or(0); in BeforeCreateLayoutWrapper() local