Home
last modified time | relevance | path

Searched defs:nextMargin (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_utils.h74 auto nextMargin = property->GetNextMarginValue(0.0_px).ConvertToPx(); in CreateChildConstraint() local
109 const RefPtr<SwiperLayoutProperty>& property, double prevMargin, double nextMargin) in CaculateDisplayItemSpaceCount()
172 auto nextMargin = property->GetNextMarginValue(0.0_px).ConvertToPx(); in CheckMarginPropertyExceed() local
H A Dswiper_model_ng.cpp308 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
H A Dswiper_model.h137 virtual void SetNextMargin(const Dimension& nextMargin, bool ignoreBlank) {} in SetNextMargin()
H A Dswiper_layout_algorithm.cpp119 auto nextMargin = NearZero(nextMargin_) ? 0.0f : nextMargin_ + spaceWidth_; in UpdateLayoutInfoBeforeMeasureSwiper() local
H A Dswiper_pattern.cpp1402 auto nextMargin = GetNextMargin(); in CalculateAndUpdateItemInfo() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_controller_test_ng.cpp394 const float nextMargin = 20.f; variable
H A Dswiper_animation_test_ng.cpp819 auto nextMargin = 30.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h62 Dimension nextMargin; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp107 Ace::CalcDimension nextMargin; in SetSwiperNextMargin() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js27987 nextMargin(value) { method in ArkSwiperComponent