| /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/bridge/declarative_frontend/ark_component/src/ |
| D | ArkWaterFlow.ts | 238 cachedCount(value: number): this { method in ArkWaterFlowComponent
|
| D | ArkSwiper.ts | 71 cachedCount(value: number): this { method in ArkSwiperComponent
|
| D | ArkGrid.ts | 55 cachedCount(value: number): this { method in ArkGridComponent
|
| D | ArkList.ts | 376 cachedCount(value: number): this { method in ArkListComponent
|
| /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/swiper/ |
| D | swiper_model_ng.cpp | 103 void SwiperModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount() 352 void SwiperModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount()
|
| D | swiper_pattern.h | 501 void SetCachedCount(int32_t cachedCount) in SetCachedCount()
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| D | grid_layout_manager.cpp | 155 … int32_t viewBegin, int32_t viewEnd, int32_t cachedCount, int32_t& cachedBegin, int32_t& cachedEnd) in CalculateCachedRange()
|
| D | list_component.h | 161 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/core/components_ng/pattern/list/ |
| D | list_model_ng.cpp | 169 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/ |
| D | js_water_flow.cpp | 325 int32_t cachedCount = 1; in SetCachedCount() local
|
| D | js_grid.cpp | 421 int32_t cachedCount = 1; in SetCachedCount() local
|
| D | js_list.cpp | 115 int32_t cachedCount = 1; in SetCachedCount() local
|
| D | js_swiper.cpp | 752 int32_t cachedCount = DEFAULT_CACHED_COUNT; 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
|
| /foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/ |
| D | avbuffer_queue.cpp | 473 auto cachedCount = GetCachedBufferCount(); in AttachBuffer() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | node_list_modifier.cpp | 124 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount()
|
| D | list_modifier.cpp | 114 void SetCachedCount(NodeHandle node, int32_t cachedCount) in SetCachedCount()
|
| D | grid_modifier.cpp | 161 void SetGridCachedCount(NodeHandle node, int32_t cachedCount) in SetGridCachedCount()
|
| D | node_swiper_modifier.cpp | 473 void SetSwiperCachedCount(ArkUINodeHandle node, int32_t cachedCount) in SetSwiperCachedCount()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
| D | grid_model_ng.cpp | 408 void GridModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| D | arkts_native_list_bridge.cpp | 176 int32_t cachedCount = secondArg->Int32Value(vm); in SetCachedCount() local
|