/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_position_map.h | 246 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 D | list_paint_method.h | 47 … : ScrollablePaintMethod(vertical, isReverse), divider_(divider), lanes_(lanes), space_(space) in ListPaintMethod() 134 float space_; variable
|
H A D | list_paint_method.cpp | 82 .space = space_, in UpdateContentModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | chain_animation.cpp | 30 : 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 D | chain_animation.h | 50 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 D | flex_layout_algorithm.cpp | 313 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 D | flex_layout_algorithm.h | 106 float space_ = 0.0f; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_component.h | 151 space_ = space; in SetSpace() 156 return space_; in GetSpace() 198 Dimension space_; variable
|
H A D | render_flex.cpp | 404 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 D | render_flex.h | 73 return space_; in GetSpace() 228 double space_ = 0.0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.cpp | 2081 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()
|