Home
last modified time | relevance | path

Searched refs:menuBackgroundColor (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp138 JSClass<JSSelect>::StaticMethod("menuBackgroundColor", &JSSelect::SetMenuBackgroundColor, opt); in JSBind()
784 Color menuBackgroundColor; in SetMenuBackgroundColor() local
785 if (!ParseJsColor(info[0], menuBackgroundColor)) { in SetMenuBackgroundColor()
787 menuBackgroundColor = Color::TRANSPARENT; in SetMenuBackgroundColor()
793 menuBackgroundColor.ColorToString().c_str()); in SetMenuBackgroundColor()
794 SelectModel::GetInstance()->SetMenuBackgroundColor(menuBackgroundColor); in SetMenuBackgroundColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js18197 menuBackgroundColor(value) {

Completed in 26 milliseconds