Home
last modified time | relevance | path

Searched refs:oldContentMainSize_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h111 oldContentMainSize_ = contentMainSize; in SetContentMainSize()
373 float oldContentMainSize_ = 0.0f; variable
H A Dswiper_pattern.h1046 float oldContentMainSize_ = 0.0f; variable
H A Dswiper_pattern.cpp184 oldContentMainSize_ = contentMainSize_; in CreateLayoutAlgorithm()
1039 …} else if (RunningTranslateAnimation() && !NearEqual(oldContentMainSize_, algo->GetContentMainSize… in OnDirtyLayoutWrapperSwap()
1120 oldContentMainSize_ = contentMainSize_; in OnDirtyLayoutWrapperSwap()
H A Dswiper_layout_algorithm.cpp104 if (duringInteraction_ || NearEqual(oldContentMainSize_, contentMainSize_)) { in UpdateLayoutInfoBeforeMeasureSwiper()