Home
last modified time | relevance | path

Searched refs:COLOR_BLUE (Results 1 - 25 of 29) sorted by relevance

12

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/
H A Dlist_lineargradient_test.cpp25 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListLinearGradient001()
47 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListLinearGradient002()
69 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListLinearGradient003()
91 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListLinearGradient004()
113 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListLinearGradient005()
135 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListLinearGradient006()
157 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListLinearGradient007()
179 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListLinearGradient008()
200 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListLinearGradient009()
220 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListLinearGradient010()
[all...]
H A Dlist_hittestbehavior_test.cpp33 uint32_t backgroundColor = COLOR_BLUE; in OnEventReceive()
47 backgroundColor = COLOR_BLUE; in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/
H A Dlistitem_lineargradient_test.cpp25 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListItemLinearGradient001()
47 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListItemLinearGradient002()
69 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListItemLinearGradient003()
91 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListItemLinearGradient004()
113 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListItemLinearGradient005()
135 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListItemLinearGradient006()
157 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListItemLinearGradient007()
179 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListItemLinearGradient008()
200 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListItemLinearGradient009()
220 unsigned int colors[] = {COLOR_WHITE, COLOR_BLUE}; in TestListItemLinearGradient010()
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_id_test.cpp27 uint32_t backgroundColor = COLOR_BLUE; in OnEventReceive()
44 backgroundColor = COLOR_BLUE; in OnEventReceive()
H A Dcustomcomponent_hittestbehavior_test.cpp27 uint32_t backgroundColor = COLOR_BLUE; in OnEventReceive()
44 backgroundColor = COLOR_BLUE; in OnEventReceive()
H A Dcustomcomponent_ondraw_test.cpp53 OH_Drawing_PenSetColor(pen, COLOR_BLUE); in OnEventReceive()
H A Dcustomcomponent_enabled_test.cpp68 color = COLOR_BLUE; in OnEventReceive()
H A Dcustomcomponent_onlayout_test.cpp79 ArkUI_NumberValue innerBackgroundColorValue[] = {{.u32 = COLOR_BLUE}}; in CreateNativeNode()
/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()
43 backgroundColor = COLOR_BLUE; in OnEventReceive()
H A Dimage_hittestbehavior_test.cpp27 uint32_t backgroundColor = COLOR_BLUE; in OnEventReceive()
43 backgroundColor = COLOR_BLUE; in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_id_test.cpp27 uint32_t backgroundColor = COLOR_BLUE; in OnEventReceive()
44 backgroundColor = COLOR_BLUE; in OnEventReceive()
H A Dcommonattrs_hittestbehavior_test.cpp27 uint32_t backgroundColor = COLOR_BLUE; in OnEventReceive()
44 backgroundColor = COLOR_BLUE; in OnEventReceive()
H A Dcommonattrs_enabled_test.cpp68 color = COLOR_BLUE; in OnEventReceive()
/test/xts/hats/hdf/display/composer/common/
H A Ddisplay_test_utils.cpp40 const uint32_t COLOR_BLUE = 0xff000000; in BGRAToRGBA() local
46 rgba |= (bgra & COLOR_BLUE) >> TWO_BYTE_OFFSET; // get blue then move to rgba in BGRAToRGBA()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/refresh/
H A Drefresh_onrefreshing_test.cpp37 ArkUI_NumberValue background_color_value[] = {{.u32 = COLOR_BLUE}}; in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/toggle/
H A Dtoggle_enabled_test.cpp60 color = COLOR_BLUE; in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_hittestbehavior_test.cpp33 uint32_t backgroundColor = COLOR_BLUE; in OnEventReceive()
48 backgroundColor = COLOR_BLUE; in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/common/
H A Dcommon.h98 #define COLOR_BLUE 0xFF0000FF macro
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
H A Dtextinput_onchange_test.cpp81 ArkUI_NumberValue background_color_value[] = {{.u32 = COLOR_BLUE}}; in OnEventReceive()
H A Dtextinput_enabled_test.cpp78 color = COLOR_BLUE; in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/common/
H A Dcommon.h98 #define COLOR_BLUE 0xFF0000FF macro
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/
H A Dslider_enabled_test.cpp71 color = COLOR_BLUE; in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
H A Dtext_enabled_test.cpp78 color = COLOR_BLUE; in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
H A Dtextarea_enabled_test.cpp76 color = COLOR_BLUE; in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/datepicker/
H A Ddatepicker_enabled_test.cpp83 color = COLOR_BLUE; in OnEventReceive()

Completed in 13 milliseconds

12