Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
Dlayout_wrapper_builder.h59 void SetCacheCount(int32_t cacheCount) in SetCacheCount()
Dlayout_wrapper.cpp54 void LayoutWrapper::SetCacheCount(int32_t cacheCount) in SetCacheCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/layout/
Dmock_layout_wrapper.cpp71 void LayoutWrapper::SetCacheCount(int32_t cacheCount) in SetCacheCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/tabs/
Dtabs_pattern_test_ng.cpp94 auto cacheCount = swiperLayoutProperty->GetCachedCount(); variable
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
Dgrid_layout_component.h188 void SetCachedCount(int32_t cacheCount) in SetCachedCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_layout_algorithm.cpp395 …auto cacheCount = static_cast<int32_t>(ceilf(static_cast<float>(totalCount_ - displayCount) / 2.0f… in SortItems() local
Dswiper_pattern.cpp279 auto cacheCount = layoutProperty->GetCachedCount().value_or(1); in CalculateCacheRange() local