Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.h36 struct GridPreloadItem { struct
37 explicit GridPreloadItem(int32_t idx) : idx(idx) {} in GridPreloadItem() function
38 GridPreloadItem(int32_t idx, bool buildOnly) : idx(idx), buildOnly(buildOnly) {} in GridPreloadItem() argument
45 int32_t idx = -1;
46 bool buildOnly = false; // true if item only needs to be created, not measure / layout