Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout_item.h44 forceRebuild_ = forceRebuild; in SetForceRebuild()
65 return forceRebuild_; in GetForceRebuild()
100 return forceRebuild_; in ForceRebuild()
162 bool forceRebuild_ = false; variable
H A Dgrid_layout_item_component.h46 forceRebuild_ = forceRebuild; in SetForceRebuild()
81 return forceRebuild_; in ForceRebuild()
156 bool forceRebuild_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_pattern.h76 forceRebuild_ = forceRebuild; in SetForceRebuild()
83 return forceRebuild_; in ForceRebuild()
110 json->PutExtAttr("forceRebuild", forceRebuild_ ? "true" : "false", filter); in ToJsonValue()
165 bool forceRebuild_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_attr_test_ng.cpp162 EXPECT_TRUE(pattern->forceRebuild_);