Home
last modified time | relevance | path

Searched refs:SIZE_50 (Results 1 - 13 of 13) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/calendarpicker/
H A Dcalendarpicker_edgealign_test.cpp22 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CALENDAR_ALIGNMENT_START}, {.f32 = -SIZE_50}, {.f32 = SIZE_50}}; in TestCalendarPickerEdgeAlign001()
28 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_EDGE_ALIGNMENT)->value[PARAM_1].f32, -SIZE_50); in TestCalendarPickerEdgeAlign001()
29 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_EDGE_ALIGNMENT)->value[PARAM_2].f32, SIZE_50); in TestCalendarPickerEdgeAlign001()
50 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CALENDAR_ALIGNMENT_END}, {.f32 = SIZE_50}, {.f32 = -SIZE_500}}; in TestCalendarPickerEdgeAlign003()
56 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_EDGE_ALIGNMENT)->value[PARAM_1].f32, SIZE_50); in TestCalendarPickerEdgeAlign003()
H A Dcalendarpicker_enabled_test.cpp117 ArkUI_NumberValue width_value[] = {{.f32 = SIZE_50}}; in CreateNativeNode()
120 ArkUI_NumberValue height_value[] = {{.f32 = SIZE_50}}; in CreateNativeNode()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_nestedscroll_test.cpp222 SetAttributes(nodeAPI, resetButton, SIZE_50, SIZE_50, COLOR_BLUE); in CreateNativeNode()
223 SetAttributes(nodeAPI, compareButton, SIZE_50, SIZE_50, COLOR_GRAY); in CreateNativeNode()
224 SetAttributes(nodeAPI, clearDataButton, SIZE_50, SIZE_50, COLOR_PURPLE); in CreateNativeNode()
228 SetAttributes(nodeAPI, topColumn, SIZE_400, SIZE_50, COLOR_GREEN); in CreateNativeNode()
231 SetAttributes(nodeAPI, bottomColumn, SIZE_400, SIZE_50, COLOR_GREEN); in CreateNativeNode()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textpicker/
H A Dtextpicker_defaultpickeritemheight_test.cpp22 ArkUI_NumberValue value[] = {{.f32 = SIZE_50}}; in TestTextPickerDefaultPickerItemHeight001()
27 SIZE_50); in TestTextPickerDefaultPickerItemHeight001()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/
H A Dlistitem_saturate_test.cpp70 float saturate = SIZE_50; in TestListItemSaturate003()
128 float saturate = SIZE_50 + PARAM_1; in TestListItemSaturate006()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/
H A Dlist_saturate_test.cpp48 float saturate = SIZE_50; in TestListSaturate003()
84 float saturate = SIZE_50 + PARAM_1; in TestListSaturate006()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/
H A Dimage_saturate_test.cpp74 float saturateValue = SIZE_50; in TestImageSaturate005()
100 float saturateValue = SIZE_50 + PARAM_1; in TestImageSaturate007()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
H A Dtext_alignrules_test.cpp125 OH_ArkUI_AlignmentRuleOption_SetBiasHorizontal(alignRules, SIZE_50); in TestTextAlignRules009()
126 OH_ArkUI_AlignmentRuleOption_SetBiasVertical(alignRules, SIZE_50); in TestTextAlignRules009()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customdialog/
H A Dcustomdialog_alignment_test.cpp85 auto ret = dialogAPI->setContentAlignment(customDialog, ARKUI_ALIGNMENT_CENTER, SIZE_50, SIZE_50); in TestCustomDialogAlignment005()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/
H A Dslider_onchange_test.cpp42 if (eventId == ON_CHANGE_EVENT_ID && componentEvent->data[PARAM_0].f32 == SIZE_50 && in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/common/
H A Dcommon.h76 #define SIZE_50 50 macro
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/common/
H A Dcommon.h76 #define SIZE_50 50 macro
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp87 #define SIZE_50 50 macro
306 char cmdline[SIZE_50] = "./parse_cmdline"; in GetOpt()
309 char optString[SIZE_50] = "a:b:c:d"; in GetOpt()

Completed in 13 milliseconds