Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/frameworks/core/components/grid/
Dgrid_component.cpp83 void GridComponent::SetCachedCount(int32_t cachedCount) in SetCachedCount()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkWaterFlow.ts238 cachedCount(value: number): this { method in ArkWaterFlowComponent
DArkSwiper.ts71 cachedCount(value: number): this { method in ArkSwiperComponent
DArkGrid.ts55 cachedCount(value: number): this { method in ArkGridComponent
DArkList.ts376 cachedCount(value: number): this { method in ArkListComponent
/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/swiper/
Dswiper_model_ng.cpp103 void SwiperModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount()
352 void SwiperModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount()
Dswiper_pattern.h501 void SetCachedCount(int32_t cachedCount) in SetCachedCount()
/foundation/arkui/ace_engine/frameworks/core/components/list/
Dgrid_layout_manager.cpp155 … int32_t viewBegin, int32_t viewEnd, int32_t cachedCount, int32_t& cachedBegin, int32_t& cachedEnd) in CalculateCachedRange()
Dlist_component.h161 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/core/components_ng/pattern/list/
Dlist_model_ng.cpp169 void ListModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount()
401 void ListModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_water_flow.cpp325 int32_t cachedCount = 1; in SetCachedCount() local
Djs_grid.cpp421 int32_t cachedCount = 1; in SetCachedCount() local
Djs_list.cpp115 int32_t cachedCount = 1; in SetCachedCount() local
Djs_swiper.cpp752 int32_t cachedCount = DEFAULT_CACHED_COUNT; 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
/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
Davbuffer_queue.cpp473 auto cachedCount = GetCachedBufferCount(); in AttachBuffer() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_list_modifier.cpp124 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount()
Dlist_modifier.cpp114 void SetCachedCount(NodeHandle node, int32_t cachedCount) in SetCachedCount()
Dgrid_modifier.cpp161 void SetGridCachedCount(NodeHandle node, int32_t cachedCount) in SetGridCachedCount()
Dnode_swiper_modifier.cpp473 void SetSwiperCachedCount(ArkUINodeHandle node, int32_t cachedCount) in SetSwiperCachedCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_model_ng.cpp408 void GridModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_list_bridge.cpp176 int32_t cachedCount = secondArg->Int32Value(vm); in SetCachedCount() local

12