Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp221 auto fireOnLayout = customNode->FireOnLayout(&parentLayoutWrapper); variable
223 EXPECT_EQ(fireOnLayout, false);
235 fireOnLayout = customNode->FireOnLayout(&parentLayoutWrapper);
237 EXPECT_EQ(fireOnLayout, true);