Searched defs:nextMargin (Results 1 – 10 of 10) sorted by relevance
74 auto nextMargin = property->GetNextMarginValue(0.0_px).ConvertToPx(); in CreateChildConstraint() local109 const RefPtr<SwiperLayoutProperty>& property, double prevMargin, double nextMargin) in CaculateDisplayItemSpaceCount()172 auto nextMargin = property->GetNextMarginValue(0.0_px).ConvertToPx(); in CheckMarginPropertyExceed() local
308 void SwiperModelNG::SetNextMargin(const Dimension& nextMargin, bool ignoreBlank) in SetNextMargin()431 void SwiperModelNG::SetNextMargin(FrameNode* frameNode, const Dimension& nextMargin, bool ignoreBla… in SetNextMargin()805 Dimension nextMargin(0.0f, static_cast<DimensionUnit>(unit)); in GetNextMargin() local
137 virtual void SetNextMargin(const Dimension& nextMargin, bool ignoreBlank) {} in SetNextMargin()
119 auto nextMargin = NearZero(nextMargin_) ? 0.0f : nextMargin_ + spaceWidth_; in UpdateLayoutInfoBeforeMeasureSwiper() local
1402 auto nextMargin = GetNextMargin(); in CalculateAndUpdateItemInfo() local
394 const float nextMargin = 20.f; variable
819 auto nextMargin = 30.0f; variable
62 Dimension nextMargin; member
107 Ace::CalcDimension nextMargin; in SetSwiperNextMargin() local
27987 nextMargin(value) { method in ArkSwiperComponent