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 D | stylemgr_media_query_tdd_test.cpp | 573 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 D | opacity_tdd_test.cpp | 234 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 D | js_action_sheet.cpp | 426 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 D | js_custom_dialog_controller.cpp | 184 auto backgroundColorValue = constructorArg->GetProperty("backgroundColor"); in ConstructorCallback() local 186 if (JSViewAbstract::ParseJsColor(backgroundColorValue, backgroundColor)) { in ConstructorCallback()
|
H A D | js_alert_dialog.cpp | 462 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 D | toolbar.js | 134 this.backgroundColorValue = { 152 j4.backgroundColor(this.backgroundColorValue); 155 this.backgroundColorValue = i4;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_datepicker.cpp | 1088 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 D | js_calendar_picker.cpp | 749 auto backgroundColorValue = paramObj->GetProperty("backgroundColor"); in CalendarPickerDialogShow() local 751 if (JSViewAbstract::ParseJsColor(backgroundColorValue, backgroundColor)) { in CalendarPickerDialogShow()
|
H A D | js_swiper.cpp | 586 auto backgroundColorValue = obj->GetProperty("backgroundColor"); 608 parseOk = ParseJsColor(backgroundColorValue, color); 628 parseOk = ParseJsColor(backgroundColorValue, color);
|
H A D | js_textpicker.cpp | 1469 auto backgroundColorValue = paramObject->GetProperty("backgroundColor"); in Show() local 1471 if (JSViewAbstract::ParseJsColor(backgroundColorValue, backgroundColor)) { in Show()
|
H A D | js_view_abstract.cpp | 3405 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 D | jsXNode.js | 1806 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 D | node_swiper_modifier.cpp | 104 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