Home
last modified time | relevance | path

Searched refs:SIZE_200 (Results 1 - 25 of 38) sorted by relevance

12

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_clip_test.cpp60 float height = SIZE_200; in TestCustomComponentClip004()
95 float height = SIZE_200; in TestCustomComponentClip006()
110 float height = SIZE_200; in TestCustomComponentClip007()
H A Dcustomcomponent_height_test.cpp23 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 Dcustomcomponent_width_test.cpp23 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 Dcustomcomponent_onmeasure_test.cpp44 nodeAPI->setMeasuredSize(nodeHandler, SIZE_200, SIZE_200); in OnEventReceive()
H A Dcustomcomponent_ondraw_test.cpp85 ArkUI_NumberValue sizeValue[] = {{.f32 = SIZE_200}, {.f32 = SIZE_200}}; in CreateNativeNode()
H A Dcustomcomponent_id_test.cpp60 float width = SIZE_200; in CreateSubCustomComponentNode()
61 float height = SIZE_200; in CreateSubCustomComponentNode()
H A Dcustomcomponent_onlayout_test.cpp85 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 Dlist_clip_test.cpp61 float height = SIZE_200; in TestListClip004()
96 float height = SIZE_200; in TestListClip006()
111 float height = SIZE_200; in TestListClip007()
H A Dlist_height_test.cpp23 float height = SIZE_200; in TestListHeight001()
H A Dlist_width_test.cpp23 float width = SIZE_200; in TestListWidth001()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_clip_test.cpp60 float height = SIZE_200; in TestCommonAttrsClip004()
95 float height = SIZE_200; in TestCommonAttrsClip006()
110 float height = SIZE_200; in TestCommonAttrsClip007()
H A Dcommonattrs_height_test.cpp23 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 Dcommonattrs_width_test.cpp23 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 Dcommonattrs_id_test.cpp60 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 Dlistitem_clip_test.cpp61 float height = SIZE_200; in TestListItemClip004()
96 float height = SIZE_200; in TestListItemClip006()
111 float height = SIZE_200; in TestListItemClip007()
H A Dlistitem_width_test.cpp23 float width = SIZE_200; in TestListItemWidth001()
H A Dlistitem_height_test.cpp31 float height = SIZE_200; in TestListItemHeight001()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/
H A Dimage_oncomplete_test.cpp62 float width = SIZE_200; in CreateSubImageNode()
63 float height = SIZE_200; in CreateSubImageNode()
H A Dimage_onerror_test.cpp61 float width = SIZE_200; in CreateSubImageNode()
62 float height = SIZE_200; in CreateSubImageNode()
H A Dimage_id_test.cpp58 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 Dtimepicker_onchange_test.cpp27 ArkUI_NumberValue widthValue[] = {{.f32 = SIZE_200}}; in createChildNode()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/calendarpicker/
H A Dcalendarpicker_onchange_test.cpp27 ArkUI_NumberValue widthValue[] = {{.f32 = SIZE_200}}; in createChildNode()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/
H A Dslider_style_test.cpp54 int32_t styleValue = SIZE_200; in TestSliderStyle004()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/datepicker/
H A Ddatepicker_ondatechange_test.cpp27 ArkUI_NumberValue widthValue[] = {{.f32 = SIZE_200}}; in createChildNode()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/common/
H A Dcommon.h84 #define SIZE_200 200 macro

Completed in 8 milliseconds

12