Searched refs:offsetVal (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
H A D | appearance_outlineborder_radius_test.cpp | 113 const int offsetVal = 20; in GRAPHIC_TEST() local 121 testNodeWidth->SetTranslate(widthList[i] + offsetVal, widthList[i] + radiusVal, 0); in GRAPHIC_TEST() 133 testNodeFourWidth->SetTranslate(offsetVal, offsetVal2, 0); in GRAPHIC_TEST()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_layout/old_cases/ |
H A D | linear_layout_test_ng.cpp | 1002 auto offsetVal = firstChildLayoutWrapper->GetGeometryNode()->GetFrameOffset(); in HWTEST_F() local 1003 EXPECT_EQ(offsetVal.GetX(), MIRROR_FRAME_OFFSET_X); in HWTEST_F() 1004 EXPECT_EQ(offsetVal.GetY(), MIRROR_FRAME_OFFSET_Y_ZERO); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/old_cases/ |
H A D | grid_row_test_ng.cpp | 1667 V2::GridContainerSize offsetVal = V2::GridContainerSize(0); in HWTEST_F() local 1669 gridColModelNG.Create(spanVal, offsetVal, orderVal); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 952 auto offsetVal = popupObj->GetProperty("offset"); in ParsePopupCommonParam() local 953 if (offsetVal->IsObject()) { in ParsePopupCommonParam() 954 auto offsetObj = JSRef<JSObject>::Cast(offsetVal); in ParsePopupCommonParam() 3377 auto offsetVal = menuOptions->GetProperty("offset"); in ParseMenuParam() local 3378 if (offsetVal->IsObject()) { in ParseMenuParam() 3379 auto offsetObj = JSRef<JSObject>::Cast(offsetVal); in ParseMenuParam() 7916 auto offsetVal = paramObj->GetProperty("offset"); in ParseSheetStyle() local 7928 if (offsetVal->IsObject()) { in ParseSheetStyle() 7929 auto offsetObj = JSRef<JSObject>::Cast(offsetVal); in ParseSheetStyle()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkbox/ |
H A D | checkbox_test_ng.cpp | 1108 auto offsetVal = frameNode->GetGeometryNode()->GetFrameOffset(); in HWTEST_F() local 1109 EXPECT_EQ(offsetVal.GetY(), MIRROR_FRAME_OFFSET_Y_ZERO); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 681 auto offsetVal = nodeAPI->getAttribute(rootNode, NODE_OFFSET); in HWTEST_F() local 682 EXPECT_EQ(offsetVal->value[0].f32, val10); in HWTEST_F()
|
Completed in 37 milliseconds