Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dgrid_creator.cpp53 int32_t cachedCount = componentJson.GetInt(GRID_CACHED_COUNT, DEFAULT_CACHED_COUNT); in CreateFromJson() local
Dlist_creator.cpp31 int32_t cachedCount = 0; in CreateFromJson() local
/foundation/arkui/ace_engine/frameworks/core/components/grid/
Dgrid_component.cpp83 void GridComponent::SetCachedCount(int32_t cachedCount) in SetCachedCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model_ng.cpp83 void SwiperModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dlist_model_impl.cpp112 void ListModelImpl::SetCachedCount(int32_t cachedCount) in SetCachedCount()
Dswiper_model_impl.cpp108 void SwiperModelImpl::SetCachedCount(int32_t cachedCount) in SetCachedCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_lanes_layout_algorithm.cpp308 void ListLanesLayoutAlgorithm::SetCacheCount(LayoutWrapper* layoutWrapper, int32_t cachedCount) in SetCacheCount()
Dlist_model_ng.cpp120 void ListModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount()
Dlist_layout_algorithm.cpp522 void ListLayoutAlgorithm::SetCacheCount(LayoutWrapper* layoutWrapper, int32_t cachedCount) in SetCacheCount()
/foundation/arkui/ace_engine/frameworks/core/components/list/
Dgrid_layout_manager.cpp158 … int32_t viewBegin, int32_t viewEnd, int32_t cachedCount, int32_t& cachedBegin, int32_t& cachedEnd) in CalculateCachedRange()
Dlist_component.h162 void SetCachedCount(int32_t cachedCount) in SetCachedCount()
Dlist_layout_manager.cpp127 … int32_t viewBegin, int32_t viewEnd, int32_t cachedCount, int32_t& cachedBegin, int32_t& cachedEnd) in CalculateCachedRange()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_grid.cpp247 void JSGrid::SetCachedCount(int32_t cachedCount) in SetCachedCount()
Djs_swiper.cpp314 void JSSwiper::SetCachedCount(int32_t cachedCount) in SetCachedCount()
Djs_list.cpp76 int32_t cachedCount = 1; in SetCachedCount() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dswiper_composed_element.cpp255 auto cachedCount = renderSwiper ? renderSwiper->GetCachedCount() : 1; in GetCachedCount() local