Home
last modified time | relevance | path

Searched refs:GetRowSpan (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Dgrid_element.cpp119 itemCrossSpan = gridItem->GetRowSpan(); in GetItemSpanByIndex()
123 itemMainSpan = gridItem->GetRowSpan(); in GetItemSpanByIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_item_component.h74 int32_t GetRowSpan() const in GetRowSpan() function
H A Drender_grid_layout_item.h88 int32_t GetRowSpan() const in GetRowSpan() function
H A Drender_grid_layout_item.cpp37 SetRowSpan(gridItem->GetRowSpan()); in Update()
H A Drender_grid_layout.cpp749 span = isRow ? gridLayoutItem->GetRowSpan() : gridLayoutItem->GetColumnSpan(); in GetItemSpan()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp70 accessibilityElementInfo.GetGridItem().GetRowSpan()}; in FillNativeAccessibilityElementInfoPart()
252 EXPECT_EQ(beforeInfo.GetGridItem().GetRowSpan(), in CheckTransformElementInfoResultPart()
253 afterInfo.GetGridItem().GetRowSpan()); in CheckTransformElementInfoResultPart()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp934 EXPECT_EQ(elementInfo_->GetGridItem().GetRowSpan(), 1);
1196 EXPECT_EQ(gridItemInfo_->GetRowSpan(), 1);
1216 EXPECT_EQ(gridItemInfo_->GetRowSpan(), 12);
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h277 int32_t GetRowSpan() const;
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp741 int32_t GridItemInfo::GetRowSpan() const in GetRowSpan() function in OHOS::Accessibility::GridItemInfo
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp2299 … DumpLog::GetInstance().AddDesc("grid item info, rowSpan: ", nodeInfo.GetGridItem().GetRowSpan()); in DumpAccessibilityPropertyNG()