| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| D | list_layout_property.h | 85 void SetDefaultCachedCount(const int32_t cachedCount) in SetDefaultCachedCount()
|
| D | list_lanes_layout_algorithm.cpp | 589 …int32_t cacheCount, int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictL… in LayoutCachedForward() 638 …int32_t cacheCount, int32_t& cachedCount, int32_t curIndex, std::list<PredictLayoutItem>& predictL… in LayoutCachedBackward()
|
| D | list_model_ng.cpp | 202 void ListModelNG::SetCachedCount(int32_t cachedCount, bool show) in SetCachedCount() 492 void ListModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount() 504 int32_t cachedCount = 1; in GetCachedCount() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_grid_ffi.cpp | 54 void FfiOHOSAceFrameworkGridSetCachedCount(int32_t cachedCount) in FfiOHOSAceFrameworkGridSetCachedCount()
|
| D | cj_swiper_ffi.cpp | 163 void FfiOHOSAceFrameworkSwiperSetCachedCount(int32_t cachedCount) in FfiOHOSAceFrameworkSwiperSetCachedCount()
|
| D | cj_list_ffi.cpp | 206 void FfiOHOSAceFrameworkListSetCachedCount(int32_t cachedCount) in FfiOHOSAceFrameworkListSetCachedCount()
|
| /foundation/arkui/ace_engine/frameworks/core/components/grid/ |
| D | grid_component.cpp | 80 void GridComponent::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, bool show) in SetCachedCount()
|
| D | swiper_model_impl.cpp | 108 void SwiperModelImpl::SetCachedCount(int32_t cachedCount) in SetCachedCount()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
| D | ArkWaterFlow.ts | 357 cachedCount(count: number, show?: boolean): WaterFlowAttribute { method in ArkWaterFlowComponent
|
| D | ArkGrid.ts | 74 cachedCount(count: number, show?: boolean): GridAttribute { method in ArkGridComponent
|
| D | ArkSwiper.ts | 77 cachedCount(value: number, isShown?: boolean): this { method in ArkSwiperComponent
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| D | grid_layout_manager.cpp | 149 … 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 | 119 … 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/waterflow/layout/top_down/ |
| D | water_flow_layout_algorithm.cpp | 212 const int32_t cachedCount = layoutProperty->GetCachedCountValue(layoutInfo_->defCachedCount_); in Layout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
| D | grid_model_ng.cpp | 439 void GridModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount() 571 int32_t cachedCount = 1; in GetCachedCount() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | grid_modifier.cpp | 168 void SetGridCachedCount(ArkUINodeHandle node, int32_t cachedCount) in SetGridCachedCount() 430 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount()
|
| D | list_modifier.cpp | 113 void SetCachedCount(NodeHandle node, int32_t cachedCount) in SetCachedCount()
|
| /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/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| D | swiper_model_ng.cpp | 128 void SwiperModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount() 527 void SwiperModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount() 539 int32_t cachedCount = 1; in GetCachedCount() local
|
| D | swiper_layout_algorithm.cpp | 302 auto cachedCount = cachedShow_ ? 0 : std::min(swiperPattern->GetCachedCount(), maxCachedCount); in Measure() local 529 auto cachedCount = GetUserSetCachedCount(layoutWrapper); in CalcCachedItemIndex() local 1647 auto cachedCount = cachedCount_; in CheckCachedItem() local
|
| D | swiper_layout_algorithm.h | 291 void SetCachedCount(int32_t cachedCount) in SetCachedCount()
|
| /foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/ |
| D | avbuffer_queue.cpp | 483 auto cachedCount = GetCachedBufferCount(); in AttachAvailableBufferLocked() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_water_flow.cpp | 455 int32_t cachedCount = 1; in SetCachedCount() local
|