Home
last modified time | relevance | path

Searched refs:SetMenuBackgroundColor (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_model_ng.h77 void SetMenuBackgroundColor(const Color& color) override;
121 static void SetMenuBackgroundColor(FrameNode* frameNode, const Color& color);
H A Dselect_model_ng.cpp716 void SelectModelNG::SetMenuBackgroundColor(const Color& color) in SetMenuBackgroundColor() function in OHOS::Ace::NG::SelectModelNG
720 pattern->SetMenuBackgroundColor(color); in SetMenuBackgroundColor()
762 void SelectModelNG::SetMenuBackgroundColor(FrameNode* frameNode, const Color& color) in SetMenuBackgroundColor() function in OHOS::Ace::NG::SelectModelNG
766 pattern->SetMenuBackgroundColor(color); in SetMenuBackgroundColor()
H A Dselect_model.h98 virtual void SetMenuBackgroundColor(const Color& color);
H A Dselect_pattern.h140 void SetMenuBackgroundColor(const Color& color);
H A Dselect_pattern.cpp1371 void SelectPattern::SetMenuBackgroundColor(const Color& color) in SetMenuBackgroundColor() function in OHOS::Ace::NG::SelectPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.h58 static void SetMenuBackgroundColor(const JSCallbackInfo& info);
H A Djs_select.cpp138 JSClass<JSSelect>::StaticMethod("menuBackgroundColor", &JSSelect::SetMenuBackgroundColor, opt); in JSBind()
811 void JSSelect::SetMenuBackgroundColor(const JSCallbackInfo& info) in SetMenuBackgroundColor() function in OHOS::Ace::Framework::JSSelect
826 SelectModel::GetInstance()->SetMenuBackgroundColor(menuBackgroundColor); in SetMenuBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_select_bridge.h64 static ArkUINativeModuleValue SetMenuBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_select_bridge.cpp807 ArkUINativeModuleValue SelectBridge::SetMenuBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetMenuBackgroundColor() function in OHOS::Ace::NG::SelectBridge
H A Darkts_native_api_impl_bridge.cpp3057 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SelectBridge::SetMenuBackgroundColor)); in RegisterSelectAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dselect_model_impl.h67 void SetMenuBackgroundColor(const Color& color) override;
H A Dselect_model_impl.cpp447 void SelectModelImpl::SetMenuBackgroundColor(const Color& color) {} in SetMenuBackgroundColor() function in OHOS::Ace::Framework::SelectModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_select_ffi.cpp182 SelectModel::GetInstance()->SetMenuBackgroundColor(Color(color)); in FfiOHOSAceFrameworkSelectSetMenuBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp490 SelectModelNG::SetMenuBackgroundColor(frameNode, Color(color)); in SetMenuBgColor()
499 SelectModelNG::SetMenuBackgroundColor(frameNode, selectTheme->GetBackgroundColor()); in ResetMenuBgColor()