Searched defs:ListItemGroupCacheParam (Results 1 – 1 of 1) sorted by relevance
44 struct ListItemGroupCacheParam { struct45 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;