Home
last modified time | relevance | path

Searched defs:backgroundColorValue (Results 1 – 13 of 13) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
Dstylemgr_media_query_tdd_test.cpp573 int32_t backgroundColorValue = backgroundColorItem->GetNumValue(); variable
624 int32_t backgroundColorValue = item->GetNumValue(); variable
742 int32_t backgroundColorValue = backgroundColorStyleItem->GetNumValue(); variable
781 int32_t backgroundColorValue = backgroundColorItem->GetNumValue(); variable
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Dopacity_tdd_test.cpp234 const char * const backgroundColorValue = "#66666666"; in SetOpacityTest007() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
Djs_custom_dialog_controller.cpp184 auto backgroundColorValue = constructorArg->GetProperty("backgroundColor"); in ConstructorCallback() local
Djs_alert_dialog.cpp462 auto backgroundColorValue = obj->GetProperty("backgroundColor"); in Show() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
Djs_action_sheet.cpp426 auto backgroundColorValue = obj->GetProperty("backgroundColor"); in Show() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_calendar_picker.cpp711 auto backgroundColorValue = paramObj->GetProperty("backgroundColor"); in CalendarPickerDialogShow() local
Djs_datepicker.cpp1037 auto backgroundColorValue = paramObject->GetProperty("backgroundColor"); in UpdatePickerDialogInfo() local
1719 auto backgroundColorValue = paramObject->GetProperty("backgroundColor"); in Show() local
Djs_swiper.cpp581 auto backgroundColorValue = obj->GetProperty("backgroundColor"); in GetArrowInfo() local
Djs_textpicker.cpp1461 auto backgroundColorValue = paramObject->GetProperty("backgroundColor"); in Show() local
Djs_view_abstract.cpp3357 …auto backgroundColorValue = menuOptions->GetProperty(static_cast<int32_t>(ArkUIIndex::BACKGROUND_C… in ParseMenuParam() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
Drender_node.ts395 private backgroundColorValue: number; property in RenderNode
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_swiper_modifier.cpp118 …auto backgroundColorValue = arrowInfo[ARROW_BACKGROUND_COLOR] == "-" ? "" : arrowInfo[ARROW_BACKGR… in SetArrowBackgroundInfo() local
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
Dtoolbar.js134 this.backgroundColorValue = { property