Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_layout_property.h88 int32_t GetMainEnd(Axis axis) const;
H A Dgrid_item_layout_property.cpp98 int32_t GridItemLayoutProperty::GetMainEnd(Axis axis) const in GetMainEnd() function in OHOS::Ace::NG::GridItemLayoutProperty
H A Dgrid_pattern.cpp665 …hasIrregularItemInfo ? irregularInfo.value().mainEnd : curItemProperty->GetMainEnd(gridLayoutInfo_… in GetNextFocusNode()
921 …hasIrregularItemInfo ? irregularInfo.value().mainEnd : childItemProperty->GetMainEnd(gridLayoutInf… in SearchIrregularFocusableChild()
1164 …hasIrregularItemInfo ? irregularInfo.value().mainEnd : childItemProperty->GetMainEnd(gridLayoutInf… in GetFocusableChildCrossIndexesAt()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_attr_test_ng.cpp157 EXPECT_EQ(layoutProperty->GetMainEnd(Axis::VERTICAL), 2);
158 EXPECT_EQ(layoutProperty->GetMainEnd(Axis::HORIZONTAL), 2);