Home
last modified time | relevance | path

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

/foundation/ace/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/ace/ace_engine/frameworks/core/components/grid/
Dgrid_component.cpp83 void GridComponent::SetCachedCount(int32_t cachedCount) in SetCachedCount()
/foundation/ace/ace_engine/frameworks/core/components/list/
Dgrid_layout_manager.cpp153 … int32_t viewBegin, int32_t viewEnd, int32_t cachedCount, int32_t& cachedBegin, int32_t& cachedEnd) in CalculateCachedRange()
Dlist_layout_manager.cpp127 … int32_t viewBegin, int32_t viewEnd, int32_t cachedCount, int32_t& cachedBegin, int32_t& cachedEnd) in CalculateCachedRange()
Dlist_component.h166 void SetCachedCount(int32_t cachedCount) in SetCachedCount()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_list.cpp57 void JSList::SetCachedCount(int32_t cachedCount) in SetCachedCount()
Djs_grid.cpp208 void JSGrid::SetCachedCount(int32_t cachedCount) in SetCachedCount()
Djs_swiper.cpp351 void JSSwiper::SetCachedCount(int32_t cachedCount) in SetCachedCount()
/foundation/ace/ace_engine/frameworks/core/components_v2/inspector/
Dswiper_composed_element.cpp255 auto cachedCount = renderSwiper ? renderSwiper->GetCachedCount() : 1; in GetCachedCount() local