/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
H A D | customcomponent_clip_test.cpp | 60 float height = SIZE_200; in TestCustomComponentClip004() 95 float height = SIZE_200; in TestCustomComponentClip006() 110 float height = SIZE_200; in TestCustomComponentClip007()
|
H A D | customcomponent_height_test.cpp | 23 ArkUI_NumberValue value[] = {{.f32 = SIZE_200}}; in TestCustomComponentHeight001() 27 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_HEIGHT)->value[PARAM_0].f32, SIZE_200); in TestCustomComponentHeight001()
|
H A D | customcomponent_width_test.cpp | 23 ArkUI_NumberValue value[] = {{.f32 = SIZE_200}}; in TestCustomComponentWidth001() 27 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_WIDTH)->value[PARAM_0].f32, SIZE_200); in TestCustomComponentWidth001()
|
H A D | customcomponent_onmeasure_test.cpp | 44 nodeAPI->setMeasuredSize(nodeHandler, SIZE_200, SIZE_200); in OnEventReceive()
|
H A D | customcomponent_ondraw_test.cpp | 85 ArkUI_NumberValue sizeValue[] = {{.f32 = SIZE_200}, {.f32 = SIZE_200}}; in CreateNativeNode()
|
H A D | customcomponent_id_test.cpp | 60 float width = SIZE_200; in CreateSubCustomComponentNode() 61 float height = SIZE_200; in CreateSubCustomComponentNode()
|
H A D | customcomponent_onlayout_test.cpp | 85 ArkUI_NumberValue sizeValue[] = {{.f32 = SIZE_200}, {.f32 = SIZE_200}}; in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/ |
H A D | list_clip_test.cpp | 61 float height = SIZE_200; in TestListClip004() 96 float height = SIZE_200; in TestListClip006() 111 float height = SIZE_200; in TestListClip007()
|
H A D | list_height_test.cpp | 23 float height = SIZE_200; in TestListHeight001()
|
H A D | list_width_test.cpp | 23 float width = SIZE_200; in TestListWidth001()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
H A D | commonattrs_clip_test.cpp | 60 float height = SIZE_200; in TestCommonAttrsClip004() 95 float height = SIZE_200; in TestCommonAttrsClip006() 110 float height = SIZE_200; in TestCommonAttrsClip007()
|
H A D | commonattrs_height_test.cpp | 23 ArkUI_NumberValue value[] = {{.f32 = SIZE_200}}; in TestCommonAttrsHeight001() 27 ASSERT_EQ(nodeAPI->getAttribute(button, NODE_HEIGHT)->value[PARAM_0].f32, SIZE_200); in TestCommonAttrsHeight001()
|
H A D | commonattrs_width_test.cpp | 23 ArkUI_NumberValue value[] = {{.f32 = SIZE_200}}; in TestCommonAttrsWidth001() 27 ASSERT_EQ(nodeAPI->getAttribute(button, NODE_WIDTH)->value[PARAM_0].f32, SIZE_200); in TestCommonAttrsWidth001()
|
H A D | commonattrs_id_test.cpp | 60 float width = SIZE_200; in CreateSubCommonAttrsNode() 61 float height = SIZE_200; in CreateSubCommonAttrsNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/ |
H A D | listitem_clip_test.cpp | 61 float height = SIZE_200; in TestListItemClip004() 96 float height = SIZE_200; in TestListItemClip006() 111 float height = SIZE_200; in TestListItemClip007()
|
H A D | listitem_width_test.cpp | 23 float width = SIZE_200; in TestListItemWidth001()
|
H A D | listitem_height_test.cpp | 31 float height = SIZE_200; in TestListItemHeight001()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/ |
H A D | image_oncomplete_test.cpp | 62 float width = SIZE_200; in CreateSubImageNode() 63 float height = SIZE_200; in CreateSubImageNode()
|
H A D | image_onerror_test.cpp | 61 float width = SIZE_200; in CreateSubImageNode() 62 float height = SIZE_200; in CreateSubImageNode()
|
H A D | image_id_test.cpp | 58 float width = SIZE_200; in CreateSubImageNode() 59 float height = SIZE_200; in CreateSubImageNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/timepicker/ |
H A D | timepicker_onchange_test.cpp | 27 ArkUI_NumberValue widthValue[] = {{.f32 = SIZE_200}}; in createChildNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/calendarpicker/ |
H A D | calendarpicker_onchange_test.cpp | 27 ArkUI_NumberValue widthValue[] = {{.f32 = SIZE_200}}; in createChildNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/ |
H A D | slider_style_test.cpp | 54 int32_t styleValue = SIZE_200; in TestSliderStyle004()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/datepicker/ |
H A D | datepicker_ondatechange_test.cpp | 27 ArkUI_NumberValue widthValue[] = {{.f32 = SIZE_200}}; in createChildNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/common/ |
H A D | common.h | 84 #define SIZE_200 200 macro
|