Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_navigation_utils.cpp167 RefPtr<ResourceObject> backgroundColorResObj; in UpdateNavigationBackgroundColor() local
178 const RefPtr<ResourceObject>& backgroundColorResObj, ArkUINavigationTitlebarOptions& options) in AddBackgroundColorResource()
Darkts_native_radio_bridge.cpp91 RefPtr<ResourceObject> backgroundColorResObj; in SetRadioStyle() local
Darkts_native_nav_destination_bridge.cpp183 RefPtr<ResourceObject> backgroundColorResObj; in SetBackgroundColor() local
Darkts_native_tabs_bridge.cpp424 RefPtr<ResourceObject> backgroundColorResObj; in SetBarBackgroundColor() local
Darkts_native_common_bridge.cpp1621 RefPtr<ResourceObject> backgroundColorResObj; in SetBackground() local
1661 RefPtr<ResourceObject> backgroundColorResObj; in SetBackgroundColor() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_navigation_utils.cpp97 RefPtr<ResourceObject> backgroundColorResObj; in UpdateNavigationBackgroundColor() local
Djs_navdestination.cpp553 RefPtr<ResourceObject> backgroundColorResObj; in SetBackgroundColor() local
Djs_popups.cpp1407 RefPtr<ResourceObject> backgroundColorResObj; in ParseMenuParam() local
Djs_view_abstract.cpp3239 RefPtr<ResourceObject> backgroundColorResObj; in JsBackgroundColor() local
12472 RefPtr<ResourceObject> backgroundColorResObj; in JsBackground() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dradio_modifier.cpp73 auto backgroundColorResObj = AceType::Claim(backgroundColor); in SetRadioStylePtr() local
Dnav_destination_modifier.cpp70 auto backgroundColorResObj = AceType::Claim(bgColor); in SetNavDestinationBackgroundColor() local
Dnode_common_modifier.cpp1000 auto backgroundColorResObj = AceType::Claim(resObj); in SetBackground() local
1026 auto backgroundColorResObj = AceType::Claim(bgColor); in SetBackgroundColor() local
1046 auto backgroundColorResObj = AceType::Claim(bgColor); in SetBackgroundColorWithColorSpace() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
Dnavdestination_model_ng.cpp1184 const Color& color, bool isVaild, const RefPtr<ResourceObject>& backgroundColorResObj) in SetBackgroundColor()
1205 …Node* frameNode, const Color& color, bool isVaild, const RefPtr<ResourceObject>& backgroundColorRe… in SetBackgroundColor()