Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.h44 struct ListItemGroupCacheParam { struct
45 bool forward = true;
46 bool backward = false;
47 bool show = false;
48 int32_t cacheCountForward = 0;
49 int32_t cacheCountBackward = 0;
50 int32_t forwardCachedIndex = -1;
51 int32_t backwardCachedIndex = INT_MAX;
52 int64_t deadline = 0;