Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp74 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 Dselect_model_ng.h54 void SetOptionBgColor(const Color& color) override;
108 static void SetOptionBgColor(FrameNode* frameNode, const Color& color);
H A Dselect_model_ng.cpp156 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 Dselect_model.h72 virtual void SetOptionBgColor(const Color& color);
H A Dselect_pattern.h124 void SetOptionBgColor(const Color& color);
H A Dselect_pattern.cpp627 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 Darkts_native_select_bridge.h30 static ArkUINativeModuleValue SetOptionBgColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_select_bridge.cpp172 ArkUINativeModuleValue SelectBridge::SetOptionBgColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetOptionBgColor() function in OHOS::Ace::NG::SelectBridge
H A Darkts_native_api_impl_bridge.cpp2989 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 Dselect_model_impl.h41 void SetOptionBgColor(const Color& color) override;
H A Dselect_model_impl.cpp241 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 Dcj_select_ffi.cpp107 SelectModel::GetInstance()->SetOptionBgColor(Color(color)); in FfiOHOSAceFrameworkSelectSetOptionBgColor()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp458 pattern->SetOptionBgColor(BG_COLOR_VALUE);
893 selectModelInstance.SetOptionBgColor(Color::BLACK);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp489 SelectModel::GetInstance()->SetOptionBgColor(bgColor); in OptionBgColor()