/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_model_ng.h | 77 void SetMenuBackgroundColor(const Color& color) override; 121 static void SetMenuBackgroundColor(FrameNode* frameNode, const Color& color);
|
H A D | select_model_ng.cpp | 716 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 D | select_model.h | 98 virtual void SetMenuBackgroundColor(const Color& color);
|
H A D | select_pattern.h | 140 void SetMenuBackgroundColor(const Color& color);
|
H A D | select_pattern.cpp | 1371 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 D | js_select.h | 58 static void SetMenuBackgroundColor(const JSCallbackInfo& info);
|
H A D | js_select.cpp | 138 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 D | arkts_native_select_bridge.h | 64 static ArkUINativeModuleValue SetMenuBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_select_bridge.cpp | 807 ArkUINativeModuleValue SelectBridge::SetMenuBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetMenuBackgroundColor() function in OHOS::Ace::NG::SelectBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3057 … 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 D | select_model_impl.h | 67 void SetMenuBackgroundColor(const Color& color) override;
|
H A D | select_model_impl.cpp | 447 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 D | cj_select_ffi.cpp | 182 SelectModel::GetInstance()->SetMenuBackgroundColor(Color(color)); in FfiOHOSAceFrameworkSelectSetMenuBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | select_modifier.cpp | 490 SelectModelNG::SetMenuBackgroundColor(frameNode, Color(color)); in SetMenuBgColor() 499 SelectModelNG::SetMenuBackgroundColor(frameNode, selectTheme->GetBackgroundColor()); in ResetMenuBgColor()
|