Searched defs:cachedCount (Results 1 – 16 of 16) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components/test/json/ |
| D | grid_creator.cpp | 53 int32_t cachedCount = componentJson.GetInt(GRID_CACHED_COUNT, DEFAULT_CACHED_COUNT); in CreateFromJson() local
|
| D | list_creator.cpp | 31 int32_t cachedCount = 0; in CreateFromJson() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/grid/ |
| D | grid_component.cpp | 83 void GridComponent::SetCachedCount(int32_t cachedCount) in SetCachedCount()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| D | swiper_model_ng.cpp | 83 void SwiperModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | list_model_impl.cpp | 112 void ListModelImpl::SetCachedCount(int32_t cachedCount) in SetCachedCount()
|
| D | swiper_model_impl.cpp | 108 void SwiperModelImpl::SetCachedCount(int32_t cachedCount) in SetCachedCount()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| D | list_lanes_layout_algorithm.cpp | 308 void ListLanesLayoutAlgorithm::SetCacheCount(LayoutWrapper* layoutWrapper, int32_t cachedCount) in SetCacheCount()
|
| D | list_model_ng.cpp | 120 void ListModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount()
|
| D | list_layout_algorithm.cpp | 522 void ListLayoutAlgorithm::SetCacheCount(LayoutWrapper* layoutWrapper, int32_t cachedCount) in SetCacheCount()
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| D | grid_layout_manager.cpp | 158 … int32_t viewBegin, int32_t viewEnd, int32_t cachedCount, int32_t& cachedBegin, int32_t& cachedEnd) in CalculateCachedRange()
|
| D | list_component.h | 162 void SetCachedCount(int32_t cachedCount) in SetCachedCount()
|
| D | list_layout_manager.cpp | 127 … 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/ |
| D | js_grid.cpp | 247 void JSGrid::SetCachedCount(int32_t cachedCount) in SetCachedCount()
|
| D | js_swiper.cpp | 314 void JSSwiper::SetCachedCount(int32_t cachedCount) in SetCachedCount()
|
| D | js_list.cpp | 76 int32_t cachedCount = 1; in SetCachedCount() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| D | swiper_composed_element.cpp | 255 auto cachedCount = renderSwiper ? renderSwiper->GetCachedCount() : 1; in GetCachedCount() local
|