Home
last modified time | relevance | path

Searched defs:cachedSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h51 int32_t cachedSize = DEFAULT_SWIPER_CACHED_SIZE; member
169 void SetCachedSize(int32_t cachedSize) in SetCachedSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp320 void SwiperComponent::SetCachedSize(int32_t cachedSize) in SetCachedSize()
H A Drender_swiper.cpp3250 int32_t cachedSize = swiper_->GetCachedSize(); in ResetCachedChildren() local