Searched defs:cachedCount (Results 1 – 10 of 10) sorted by relevance
53 int32_t cachedCount = componentJson.GetInt(GRID_CACHED_COUNT, DEFAULT_CACHED_COUNT); in CreateFromJson() local
31 int32_t cachedCount = 0; in CreateFromJson() local
83 void GridComponent::SetCachedCount(int32_t cachedCount) in SetCachedCount()
153 … int32_t viewBegin, int32_t viewEnd, int32_t cachedCount, int32_t& cachedBegin, int32_t& cachedEnd) in CalculateCachedRange()
127 … int32_t viewBegin, int32_t viewEnd, int32_t cachedCount, int32_t& cachedBegin, int32_t& cachedEnd) in CalculateCachedRange()
166 void SetCachedCount(int32_t cachedCount) in SetCachedCount()
57 void JSList::SetCachedCount(int32_t cachedCount) in SetCachedCount()
208 void JSGrid::SetCachedCount(int32_t cachedCount) in SetCachedCount()
351 void JSSwiper::SetCachedCount(int32_t cachedCount) in SetCachedCount()
255 auto cachedCount = renderSwiper ? renderSwiper->GetCachedCount() : 1; in GetCachedCount() local