Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_media_query_tdd_test.cpp573 int32_t backgroundColorValue = backgroundColorItem->GetNumValue(); in HWTEST_F() local
574 EXPECT_EQ(targetValue, backgroundColorValue); in HWTEST_F()
624 int32_t backgroundColorValue = item->GetNumValue(); in HWTEST_F() local
625 EXPECT_EQ(targetValue, backgroundColorValue); in HWTEST_F()
742 int32_t backgroundColorValue = backgroundColorStyleItem->GetNumValue(); in HWTEST_F() local
743 EXPECT_EQ(targetValue, backgroundColorValue); in HWTEST_F()
781 int32_t backgroundColorValue = backgroundColorItem->GetNumValue(); in HWTEST_F() local
782 EXPECT_EQ(targetColorValue, backgroundColorValue); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dopacity_tdd_test.cpp234 const char * const backgroundColorValue = "#66666666"; in SetOpacityTest007() local
236 JerrySetStringProperty(styleObj_, backgroundColorKey, backgroundColorValue); in SetOpacityTest007()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp426 auto backgroundColorValue = obj->GetProperty("backgroundColor"); in Show() local
428 if (JSViewAbstract::ParseJsColor(backgroundColorValue, backgroundColor)) { in Show()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp184 auto backgroundColorValue = constructorArg->GetProperty("backgroundColor"); in ConstructorCallback() local
186 if (JSViewAbstract::ParseJsColor(backgroundColorValue, backgroundColor)) { in ConstructorCallback()
H A Djs_alert_dialog.cpp462 auto backgroundColorValue = obj->GetProperty("backgroundColor"); in Show() local
464 if (JSViewAbstract::ParseJsColor(backgroundColorValue, backgroundColor)) { in Show()
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js134 this.backgroundColorValue = {
152 j4.backgroundColor(this.backgroundColorValue);
155 this.backgroundColorValue = i4;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1088 auto backgroundColorValue = paramObject->GetProperty("backgroundColor"); in UpdatePickerDialogInfo() local
1090 if (JSViewAbstract::ParseJsColor(backgroundColorValue, backgroundColor)) { in UpdatePickerDialogInfo()
1771 auto backgroundColorValue = paramObject->GetProperty("backgroundColor"); in Show() local
1773 if (JSViewAbstract::ParseJsColor(backgroundColorValue, backgroundColor)) { in Show()
H A Djs_calendar_picker.cpp749 auto backgroundColorValue = paramObj->GetProperty("backgroundColor"); in CalendarPickerDialogShow() local
751 if (JSViewAbstract::ParseJsColor(backgroundColorValue, backgroundColor)) { in CalendarPickerDialogShow()
H A Djs_swiper.cpp586 auto backgroundColorValue = obj->GetProperty("backgroundColor");
608 parseOk = ParseJsColor(backgroundColorValue, color);
628 parseOk = ParseJsColor(backgroundColorValue, color);
H A Djs_textpicker.cpp1469 auto backgroundColorValue = paramObject->GetProperty("backgroundColor"); in Show() local
1471 if (JSViewAbstract::ParseJsColor(backgroundColorValue, backgroundColor)) { in Show()
H A Djs_view_abstract.cpp3405 auto backgroundColorValue = menuOptions->GetProperty(static_cast<int32_t>(ArkUIIndex::BACKGROUND_COLOR)); in ParseMenuParam() local
3407 if (JSViewAbstract::ParseJsColor(backgroundColorValue, backgroundColor)) { in ParseMenuParam()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js1806 this.backgroundColorValue = 0;
1842 this.backgroundColorValue = this.checkUndefinedOrNullWithDefaultValue(color, 0);
1843 getUINativeModule().renderNode.setBackgroundColor(this.nodePtr, this.backgroundColorValue);
1994 return this.backgroundColorValue;
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp104 auto backgroundColorValue = arrowInfo[ARROW_BACKGROUND_COLOR] == "-" ? "" : arrowInfo[ARROW_BACKGROUND_COLOR]; in SetArrowBackgroundInfo() local
116 parseOk = Color::ParseColorString(backgroundColorValue, color); in SetArrowBackgroundInfo()
136 parseOk = Color::ParseColorString(backgroundColorValue, color); in SetArrowBackgroundInfo()

Completed in 39 milliseconds