Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_layout_property.h83 void SetDefaultCachedCount(const int32_t cachedCount) in SetDefaultCachedCount()
Dlist_model_ng.cpp202 void ListModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount()
491 void ListModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount()
498 int32_t cachedCount = 1; in GetCachedCount() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_grid_ffi.cpp54 void FfiOHOSAceFrameworkGridSetCachedCount(int32_t cachedCount) in FfiOHOSAceFrameworkGridSetCachedCount()
Dcj_swiper_ffi.cpp163 void FfiOHOSAceFrameworkSwiperSetCachedCount(int32_t cachedCount) in FfiOHOSAceFrameworkSwiperSetCachedCount()
Dcj_list_ffi.cpp206 void FfiOHOSAceFrameworkListSetCachedCount(int32_t cachedCount) in FfiOHOSAceFrameworkListSetCachedCount()
/foundation/arkui/ace_engine/frameworks/core/components/grid/
Dgrid_component.cpp80 void GridComponent::SetCachedCount(int32_t cachedCount) in SetCachedCount()
/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/bridge/declarative_frontend/ark_component/src/
DArkWaterFlow.ts337 cachedCount(value: number): this { method in ArkWaterFlowComponent
DArkGrid.ts55 cachedCount(value: number): this { method in ArkGridComponent
DArkSwiper.ts77 cachedCount(value: number): this { method in ArkSwiperComponent
DArkList.ts496 cachedCount(value: number): this { method in ArkListComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
Dwater_flow_layout_algorithm.cpp212 const int32_t cachedCount = layoutProperty->GetCachedCountValue(layoutInfo_->defCachedCount_); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
Dgrid_layout_manager.cpp149 … 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.cpp119 … 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/swiper/
Dswiper_model_ng.cpp128 void SwiperModelNG::SetCachedCount(int32_t cachedCount) in SetCachedCount()
466 void SwiperModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount()
478 int32_t cachedCount = 1; in GetCachedCount() local
Dswiper_layout_algorithm.h291 void SetCachedCount(int32_t cachedCount) in SetCachedCount()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dgrid_modifier.cpp167 void SetGridCachedCount(ArkUINodeHandle node, int32_t cachedCount) in SetGridCachedCount()
429 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount()
Dlist_modifier.cpp113 void SetCachedCount(NodeHandle node, int32_t cachedCount) in SetCachedCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_model_ng.cpp438 void GridModelNG::SetCachedCount(FrameNode* frameNode, int32_t cachedCount) in SetCachedCount()
565 int32_t cachedCount = 1; in GetCachedCount() 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.cpp483 auto cachedCount = GetCachedBufferCount(); in AttachAvailableBufferLocked() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_water_flow.cpp455 int32_t cachedCount = 1; in SetCachedCount() local
Djs_grid.cpp427 int32_t cachedCount = 1; in SetCachedCount() local

12