/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | select_modifier.cpp | 74 void SetOptionBgColor(ArkUINodeHandle node, ArkUI_Uint32 color) in SetOptionBgColor() function 78 SelectModelNG::SetOptionBgColor(frameNode, Color(color)); in SetOptionBgColor() 286 SelectModelNG::SetOptionBgColor(frameNode, selectTheme->GetBackgroundColor()); in ResetOptionBgColor() 613 …SetSelectedOptionBgColor, SetOptionBgColor, SetOptionFontColor, SetSelectedOptionFontColor, SetArr… in GetSelectModifier() 629 …SetSelectedOptionBgColor, SetOptionBgColor, SetOptionFontColor, SetSelectedOptionFontColor, SetArr… in GetCJUISelectModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_model_ng.h | 54 void SetOptionBgColor(const Color& color) override; 108 static void SetOptionBgColor(FrameNode* frameNode, const Color& color);
|
H A D | select_model_ng.cpp | 156 void SelectModelNG::SetOptionBgColor(const Color& color) in SetOptionBgColor() function in OHOS::Ace::NG::SelectModelNG 160 pattern->SetOptionBgColor(color); in SetOptionBgColor() 639 void SelectModelNG::SetOptionBgColor(FrameNode* frameNode, const Color& color) in SetOptionBgColor() function in OHOS::Ace::NG::SelectModelNG 643 pattern->SetOptionBgColor(color); in SetOptionBgColor()
|
H A D | select_model.h | 72 virtual void SetOptionBgColor(const Color& color);
|
H A D | select_pattern.h | 124 void SetOptionBgColor(const Color& color);
|
H A D | select_pattern.cpp | 627 void SelectPattern::SetOptionBgColor(const Color& color) in SetOptionBgColor() function in OHOS::Ace::NG::SelectPattern 1226 SetOptionBgColor(selectTheme->GetBackgroundColor()); in OnColorConfigurationUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_select_bridge.h | 30 static ArkUINativeModuleValue SetOptionBgColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_select_bridge.cpp | 172 ArkUINativeModuleValue SelectBridge::SetOptionBgColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetOptionBgColor() function in OHOS::Ace::NG::SelectBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 2989 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SelectBridge::SetOptionBgColor)); in RegisterSelectAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | select_model_impl.h | 41 void SetOptionBgColor(const Color& color) override;
|
H A D | select_model_impl.cpp | 241 void SelectModelImpl::SetOptionBgColor(const Color& color) in SetOptionBgColor() 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 | 107 SelectModel::GetInstance()->SetOptionBgColor(Color(color)); in FfiOHOSAceFrameworkSelectSetOptionBgColor()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/ |
H A D | select_test_ng.cpp | 458 pattern->SetOptionBgColor(BG_COLOR_VALUE); 893 selectModelInstance.SetOptionBgColor(Color::BLACK);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_select.cpp | 489 SelectModel::GetInstance()->SetOptionBgColor(bgColor); in OptionBgColor()
|