Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.cpp108 layoutAlgorithm->SetStartNodeSize(startNodeSize_); in CreateLayoutAlgorithm()
421 startNodeSize_ = 0.0f; in InitSwiperAction()
468 float width = startNodeSize_; in GetFriction()
541 …if (Positive(startNodeSize_) && GreatNotEqual(curOffset_, startNodeSize_ + startDeleteAreaDistance… in UpdatePostion()
554 …if (Positive(startNodeSize_) && GreatNotEqual(curOffset_, startNodeSize_) && !hasStartDeleteArea_)… in UpdatePostion()
555 curOffset_ = startNodeSize_; in UpdatePostion()
595 maxDeleteArea = itemWidth - startNodeSize_; in HandleDragUpdate()
808 float width = startNodeSize_; in HandleDragEnd()
1163 if (startNodeSize_ && xOffset > 0 && xOffset < startNodeSize_) { in ClickJudgeVertical()
1171 … } else if (startNodeSize_ && xOffset > size.Width() - startNodeSize_ && xOffset < size.Width()) { in ClickJudgeVertical()
[all …]
H A Dlist_item_layout_algorithm.cpp64 if (!NearZero(startNodeSize_) && curOffset_ > startNodeSize_) { in Measure()
73 if (NearZero(startNodeSize_) || curOffset_ < endNodeSize_) { in Measure()
74 startNodeSize_ = startNode->GetGeometryNode()->GetMarginFrameSize().CrossSize(axis_); in Measure()
76 curOffset_ = NearZero(startNodeSize_) && !hasStartDeleteArea_ ? 0.0f : curOffset_; in Measure()
H A Dlist_item_layout_algorithm.h49 startNodeSize_ = startNodeSize; in SetStartNodeSize()
54 return startNodeSize_; in GetStartNodeSize()
109 float startNodeSize_ = 0.0f; variable
H A Dlist_item_pattern.h260 startNodeSize_ = 0.0f; in ResetNodeSize()
278 float startNodeSize_ = 0.0f; variable