Home
last modified time | relevance | path

Searched refs:IsRTLAndVertical (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_layout_algorithm.cpp26 bool ListItemLayoutAlgorithm::IsRTLAndVertical(LayoutWrapper* layoutWrapper) const in IsRTLAndVertical() function in OHOS::Ace::NG::ListItemLayoutAlgorithm
38 if (IsRTLAndVertical(layoutWrapper)) { in SetReverseValue()
111 float crossOffset = IsRTLAndVertical(layoutWrapper) ? in Layout()
121 float crossOffset = IsRTLAndVertical(layoutWrapper) ? in Layout()
H A Dlist_item_layout_algorithm.h97 bool IsRTLAndVertical(LayoutWrapper* layoutWrapper) const;
H A Dlist_item_pattern.cpp536 IsRTLAndVertical() ? curOffset_ -= delta : curOffset_ += delta; in UpdatePostion()
570 bool ListItemPattern::IsRTLAndVertical() const in IsRTLAndVertical() function in OHOS::Ace::NG::ListItemPattern
643 …float delta = listItem->IsRTLAndVertical() ? listItem->curOffset_ - position : position - listItem… in StartSpringMotion()
782 float velocity = IsRTLAndVertical() ? -info.GetMainVelocity() : info.GetMainVelocity(); in HandleDragEnd()
1162 if (!IsRTLAndVertical()) { in ClickJudgeVertical()
H A Dlist_item_pattern.h263 bool IsRTLAndVertical() const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_group_algorithm_test_ng.cpp1257 bool value = listItemLayoutAlgorithm.IsRTLAndVertical(AceType::RawPtr(layoutWrapper));