Home
last modified time | relevance | path

Searched refs:space_ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h246 totalHeight_ += (curRowHeight_ + space_); in CalculateListItemNode()
259 totalHeight_ += (curRowHeight_ + space_); in CalculateGroupNode()
264 totalHeight_ += (curRowHeight_ + space_); in CalculateGroupNode()
282 totalHeight_ -= space_; in PosMapRecalculate()
287 totalHeight_ -= space_; in PosMapRecalculate()
311 totalHeight_ += (curRowHeight_ + space_); in GroupPosMapRecalculate()
337 if (!NearEqual(space, space_)) { in UpdatePosMap()
339 space_ = space; in UpdatePosMap()
367 if (!NearEqual(space, space_)) { in UpdateGroupPosMap()
369 space_ = space; in UpdateGroupPosMap()
[all …]
H A Dlist_paint_method.h47 … : ScrollablePaintMethod(vertical, isReverse), divider_(divider), lanes_(lanes), space_(space) in ListPaintMethod()
134 float space_; variable
H A Dlist_paint_method.cpp82 .space = space_, in UpdateContentModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dchain_animation.cpp30 : springProperty_(std::move(springProperty)), index_(index), space_(space), maxSpace_(maxSpace), in ChainAnimationNode()
48 spaceDelta = std::clamp(spaceDelta, minSpace_ - space_, maxSpace_ - space_); in SetDelta()
52 spring_->Reset(curPosition_, space_, curVelocity_, springProperty_); in SetDelta()
61 return curPosition - space_; in GetDeltaPredict()
66 return curPosition_ - space_ + spaceDelta_; in GetDelta()
70 : springProperty_(springProperty), space_(space), maxSpace_(maxSpace), minSpace_(minSpace) in ChainAnimation()
195 … i, AceType::MakeRefPtr<ChainAnimationNode>(i, space_, maxSpace_, minSpace_, springProperty_)); in SetControlIndex()
203 … -i, AceType::MakeRefPtr<ChainAnimationNode>(-i, space_, maxSpace_, minSpace_, springProperty_)); in SetControlIndex()
214 space_ = space; in SetSpace()
H A Dchain_animation.h50 space_ = space; in SetSpace()
59 float space_; variable
107 return space_; in GetSpace()
122 float space_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp313 allocatedSize_ += space_; in UpdateAllocatedSize()
360 allocatedSize_ += space_; in MeasureAndCleanMagicNodes()
377 allocatedSize_ -= space_; in MeasureAndCleanMagicNodes()
388 allocatedSize_ -= space_; in MeasureAndCleanMagicNodes()
418 allocatedSize_ -= space_; in MeasureAndCleanMagicNodes()
490 allocatedSize_ -= space_; in MeasureAndCleanMagicNodes()
538 allocatedSize_ -= space_; in MeasureAndCleanMagicNodes()
642 remainSpace += space_; in SecondaryMeasureByProperty()
1057 betweenSpace = space_; in CalculateSpace()
1061 betweenSpace = space_; in CalculateSpace()
[all …]
H A Dflex_layout_algorithm.h106 float space_ = 0.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component.h151 space_ = space; in SetSpace()
156 return space_; in GetSpace()
198 Dimension space_; variable
H A Drender_flex.cpp404 allocatedSize_ += space_; in PerformLayoutInIndexMode()
410 allocatedSize_ -= space_; in PerformLayoutInIndexMode()
437 allocatedSize_ -= space_; in PerformLayoutInIndexMode()
636 allocatedSize_ -= space_; in DetermineSelfSize()
667 betweenSpace = space_; in CalculateSpace()
671 betweenSpace = space_; in CalculateSpace()
675 betweenSpace = space_; in CalculateSpace()
827 allocatedSize_ -= space_; in RedoLayoutFlexItem()
986 allocatedSize_ += space_; in ResizeByItem()
988 allocatedSize += space_; in ResizeByItem()
[all …]
H A Drender_flex.h73 return space_; in GetSpace()
228 double space_ = 0.0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2081 auto space_ = ARROW_HIGHT.ConvertToPx(); in GetArrowPositionWithPlacement() local
2087 childPosition = OffsetF(addArrowOffsetToArrowMin, menuSize.Height() + space_); in GetArrowPositionWithPlacement()
2092 childPosition = OffsetF(addArrowOffsetToArrowMin, -space_); in GetArrowPositionWithPlacement()
2097 childPosition = OffsetF(menuSize.Width() + space_, addArrowOffsetToArrowMin); in GetArrowPositionWithPlacement()
2102 childPosition = OffsetF(-space_, addArrowOffsetToArrowMin); in GetArrowPositionWithPlacement()