Searched refs:GetGridInfo (Results 1 – 3 of 3) sorted by relevance
110 auto gridInfo = beforeInfo.GetGridInfo(); in FillNativeAccessibilityElementInfoPart()280 EXPECT_EQ(beforeInfo.GetGridInfo().rowCount, in CheckTransformElementInfoResultPart()281 afterInfo.GetGridInfo().rowCount); in CheckTransformElementInfoResultPart()282 EXPECT_EQ(beforeInfo.GetGridInfo().columnCount, in CheckTransformElementInfoResultPart()283 afterInfo.GetGridInfo().columnCount); in CheckTransformElementInfoResultPart()284 EXPECT_EQ(beforeInfo.GetGridInfo().selectionMode, in CheckTransformElementInfoResultPart()285 afterInfo.GetGridInfo().selectionMode); in CheckTransformElementInfoResultPart()
72 auto grid = nativeInfo.GetGridInfo(); in TransformAccessbilityElementInfo()
315 ArkUI_AccessibleGridInfo GetGridInfo() const in GetGridInfo() function