Home
last modified time | relevance | path

Searched refs:backgroundColor (Results 1 - 25 of 250) sorted by relevance

12345678910

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/
H A Dstack_backgroundcolor_test.cpp23 uint32_t backgroundColor = 0xFFFF0000; in TestStackBackgroundColor001() local
25 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestStackBackgroundColor001()
29 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestStackBackgroundColor001()
36 uint32_t backgroundColor = 0xFFFFFFFF; in TestStackBackgroundColor002() local
38 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestStackBackgroundColor002()
42 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestStackBackgroundColor002()
49 uint32_t backgroundColor = 0x00000000; in TestStackBackgroundColor003() local
51 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestStackBackgroundColor003()
55 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestStackBackgroundColor003()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/swiper/
H A Dswiper_backgroundcolor_test.cpp23 uint32_t backgroundColor = 0xFFFF0000; in TestSwiperBackgroundColor001() local
25 ArkUI_NumberValue backgroundColor_value[] = {{.u32 = backgroundColor}}; in TestSwiperBackgroundColor001()
30 ASSERT_EQ(nodeAPI->getAttribute(swiper, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestSwiperBackgroundColor001()
37 uint32_t backgroundColor = 0xFFFFFFFF; in TestSwiperBackgroundColor002() local
39 ArkUI_NumberValue backgroundColor_value[] = {{.u32 = backgroundColor}}; in TestSwiperBackgroundColor002()
44 ASSERT_EQ(nodeAPI->getAttribute(swiper, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestSwiperBackgroundColor002()
51 uint32_t backgroundColor = 0x00000000; in TestSwiperBackgroundColor003() local
53 ArkUI_NumberValue backgroundColor_value[] = {{.u32 = backgroundColor}}; in TestSwiperBackgroundColor003()
58 ASSERT_EQ(nodeAPI->getAttribute(swiper, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestSwiperBackgroundColor003()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/toggle/
H A Dtoggle_backgroundcolor_test.cpp23 uint32_t backgroundColor = 0xFFFF0000; in TestToggleBackgroundColor001() local
24 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestToggleBackgroundColor001()
28 ASSERT_EQ(nodeAPI->getAttribute(toggle, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestToggleBackgroundColor001()
35 uint32_t backgroundColor = 0x00000000; in TestToggleBackgroundColor002() local
36 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestToggleBackgroundColor002()
40 ASSERT_EQ(nodeAPI->getAttribute(toggle, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestToggleBackgroundColor002()
47 uint32_t backgroundColor = 0xFFFFFFFF; in TestToggleBackgroundColor003() local
48 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestToggleBackgroundColor003()
52 ASSERT_EQ(nodeAPI->getAttribute(toggle, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestToggleBackgroundColor003()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_backgroundcolor_test.cpp33 uint32_t backgroundColor = 0xFFFFFFFF; in TestCustomComponentBackgroundColor002() local
35 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestCustomComponentBackgroundColor002()
39 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestCustomComponentBackgroundColor002()
45 uint32_t backgroundColor = 0x00000000; in TestCustomComponentBackgroundColor003() local
47 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestCustomComponentBackgroundColor003()
51 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestCustomComponentBackgroundColor003()
H A Dcustomcomponent_id_test.cpp27 uint32_t backgroundColor = COLOR_BLUE; in OnEventReceive() local
44 backgroundColor = COLOR_BLUE; in OnEventReceive()
46 backgroundColor = COLOR_BLACK; in OnEventReceive()
50 ArkUI_NumberValue backgroundColorValue[] = {{.u32 = backgroundColor}}; in OnEventReceive()
62 uint32_t backgroundColor = COLOR_RED; in CreateSubCustomComponentNode() local
81 // set custom backgroundColor in CreateSubCustomComponentNode()
82 ArkUI_NumberValue backgroundColorValue[] = {{.u32 = backgroundColor}}; in CreateSubCustomComponentNode()
H A Dcustomcomponent_hittestbehavior_test.cpp27 uint32_t backgroundColor = COLOR_BLUE; in OnEventReceive() local
44 backgroundColor = COLOR_BLUE; in OnEventReceive()
46 backgroundColor = COLOR_BLACK; in OnEventReceive()
48 backgroundColor = COLOR_WHITE; in OnEventReceive()
53 ArkUI_NumberValue backgroundColorValue[] = {{.u32 = backgroundColor}}; in OnEventReceive()
96 // set stack backgroundColor in CreateSubCustomComponentNode()
116 // set custom backgroundColor in CreateSubCustomComponentNode()
143 // set customBrother backgroundColor in CreateSubCustomComponentNode()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_backgroundcolor_test.cpp33 uint32_t backgroundColor = 0xFFFFFFFF; in TestCommonAttrsBackgroundColor002() local
35 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestCommonAttrsBackgroundColor002()
39 ASSERT_EQ(nodeAPI->getAttribute(flex, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestCommonAttrsBackgroundColor002()
45 uint32_t backgroundColor = 0x00000000; in TestCommonAttrsBackgroundColor003() local
47 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestCommonAttrsBackgroundColor003()
51 ASSERT_EQ(nodeAPI->getAttribute(flex, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestCommonAttrsBackgroundColor003()
H A Dcommonattrs_id_test.cpp27 uint32_t backgroundColor = COLOR_BLUE; in OnEventReceive() local
44 backgroundColor = COLOR_BLUE; in OnEventReceive()
46 backgroundColor = COLOR_BLACK; in OnEventReceive()
50 ArkUI_NumberValue backgroundColorValue[] = {{.u32 = backgroundColor}}; in OnEventReceive()
62 uint32_t backgroundColor = COLOR_RED; in CreateSubCommonAttrsNode() local
81 // set commonAttrs backgroundColor in CreateSubCommonAttrsNode()
82 ArkUI_NumberValue backgroundColorValue[] = {{.u32 = backgroundColor}}; in CreateSubCommonAttrsNode()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/button/
H A Dbutton_backgroundcolor_test.cpp33 uint32_t backgroundColor = 0xFFFFFFFF; in TestButtonBackgroundColor002() local
35 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestButtonBackgroundColor002()
39 ASSERT_EQ(nodeAPI->getAttribute(button, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestButtonBackgroundColor002()
45 uint32_t backgroundColor = 0x00000000; in TestButtonBackgroundColor003() local
47 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestButtonBackgroundColor003()
51 ASSERT_EQ(nodeAPI->getAttribute(button, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestButtonBackgroundColor003()
H A Dbutton_fontcolor_test.cpp33 uint32_t backgroundColor = 0xFFFFFFFF; in TestButtonFontColor002() local
35 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestButtonFontColor002()
39 ASSERT_EQ(nodeAPI->getAttribute(button, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestButtonFontColor002()
45 uint32_t backgroundColor = 0x00000000; in TestButtonFontColor003() local
47 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestButtonFontColor003()
51 ASSERT_EQ(nodeAPI->getAttribute(button, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestButtonFontColor003()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/
H A Dimage_id_test.cpp27 uint32_t backgroundColor = COLOR_BLUE; in OnEventReceive() local
43 backgroundColor = COLOR_BLUE; in OnEventReceive()
45 backgroundColor = COLOR_BLACK; in OnEventReceive()
49 ArkUI_NumberValue backgroundColorValue[] = {{.u32 = backgroundColor}}; in OnEventReceive()
60 uint32_t backgroundColor = COLOR_RED; in CreateSubImageNode() local
79 // set image backgroundColor in CreateSubImageNode()
80 ArkUI_NumberValue backgroundColorValue[] = {{.u32 = backgroundColor}}; in CreateSubImageNode()
H A Dimage_oncomplete_test.cpp29 uint32_t backgroundColor = COLOR_GREEN; in OnEventReceive() local
52 ArkUI_NumberValue backgroundColorValue[] = {{.u32 = backgroundColor}}; in OnEventReceive()
64 uint32_t backgroundColor = COLOR_RED; in CreateSubImageNode() local
83 // set image backgroundColor in CreateSubImageNode()
84 ArkUI_NumberValue backgroundColorValue[] = {{.u32 = backgroundColor}}; in CreateSubImageNode()
H A Dimage_onerror_test.cpp29 uint32_t backgroundColor = COLOR_GREEN; in OnEventReceive() local
52 ArkUI_NumberValue backgroundColorValue[] = {{.u32 = backgroundColor}}; in OnEventReceive()
63 uint32_t backgroundColor = COLOR_RED; in CreateSubImageNode() local
82 // set image backgroundColor in CreateSubImageNode()
83 ArkUI_NumberValue backgroundColorValue[] = {{.u32 = backgroundColor}}; in CreateSubImageNode()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/
H A Dlistitem_backgroundcolor_test.cpp23 uint32_t backgroundColor = COLOR_RED; in TestListItemBackgroundColor001() local
24 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestListItemBackgroundColor001()
28 ASSERT_EQ(nodeAPI->getAttribute(listItem, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestListItemBackgroundColor001()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/
H A Dlist_backgroundcolor_test.cpp23 uint32_t backgroundColor = COLOR_RED; in TestListBackgroundColor001() local
24 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestListBackgroundColor001()
28 ASSERT_EQ(nodeAPI->getAttribute(list, NODE_BACKGROUND_COLOR)->value[PARAM_0].u32, backgroundColor); in TestListBackgroundColor001()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/divider/router/
H A Dindex.js38 backgroundColor:'#ff0000',
57 backgroundColor:'#ff00ff',
80 backgroundColor:'#ffff00',
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/divider/router/
H A Dindex.js38 backgroundColor:'#ff0000',
57 backgroundColor:'#ff00ff',
80 backgroundColor:'#ffff00',
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/divider/router/
H A Dindex.js38 backgroundColor:'#ff0000',
57 backgroundColor:'#ff00ff',
80 backgroundColor:'#ffff00',
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/divider/router/
H A Dindex.js38 backgroundColor:'#ff0000',
57 backgroundColor:'#ff00ff',
80 backgroundColor:'#ffff00',
/test/xts/acts/arkui/ace_js_attribute_api/entry/src/main/js/MainAbility/pages/animate/router/
H A Dindex.js36 backgroundColor: '#ff0000',
55 backgroundColor: '#ff00ff',
78 backgroundColor: '#ffff00',
/test/xts/acts/arkui/ace_js_attribute_api/entry/src/ohosTest/js/MainAbility/pages/animate/router/
H A Dindex.js36 backgroundColor: '#ff0000',
55 backgroundColor: '#ff00ff',
78 backgroundColor: '#ffff00',
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/toolbar/router/
H A Dindex.js38 backgroundColor:'#ff0000',
57 backgroundColor:'#ff00ff',
80 backgroundColor:'#ffff00',
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/toolbar/router/
H A Dindex.js38 backgroundColor:'#ff0000',
57 backgroundColor:'#ff00ff',
80 backgroundColor:'#ffff00',
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/toolbar/router/
H A Dindex.js38 backgroundColor:'#ff0000',
57 backgroundColor:'#ff00ff',
80 backgroundColor:'#ffff00',
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/toolbar/router/
H A Dindex.js38 backgroundColor:'#ff0000',
57 backgroundColor:'#ff00ff',
80 backgroundColor:'#ffff00',

Completed in 21 milliseconds

12345678910