Home
last modified time | relevance | path

Searched refs:GetBackgroundColor (Results 1 - 25 of 278) sorted by relevance

12345678910>>...12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_model_ng.cpp43 ACE_UPDATE_PAINT_PROPERTY(QRCodePaintProperty, BackgroundColor, qrCodeTheme->GetBackgroundColor()); in Create()
44 ACE_UPDATE_RENDER_CONTEXT(BackgroundColor, qrCodeTheme->GetBackgroundColor()); in Create()
78 paintPropertyPtr->UpdateBackgroundColor(qrCodeTheme->GetBackgroundColor()); in CreateFrameNode()
82 context->UpdateBackgroundColor(qrCodeTheme->GetBackgroundColor()); in CreateFrameNode()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dqrcode_composed_element.cpp60 std::string QrcodeComposedElement::GetBackgroundColor() const in GetBackgroundColor() function in OHOS::Ace::V2::QrcodeComposedElement
63 auto color = renderQrcode ? renderQrcode->GetBackgroundColor() : Color::WHITE; in GetBackgroundColor()
H A Dqrcode_composed_element.h35 std::string GetBackgroundColor() const override;
H A Dbutton_composed_element.h41 std::string GetBackgroundColor() const override;
H A Dbutton_composed_element.cpp124 std::string ButtonComposedElement::GetBackgroundColor() const in GetBackgroundColor() function in OHOS::Ace::V2::ButtonComposedElement
130 return renderButton->GetBackgroundColor().ColorToString(); in GetBackgroundColor()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.h59 return focusDecoration_->GetBackgroundColor(); in GetFocusBackColor()
67 return selectedDecoration_->GetBackgroundColor(); in GetNormalBackColor()
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Dqrcode_component.cpp45 const Color& QrcodeComponent::GetBackgroundColor() const in GetBackgroundColor() function in OHOS::Ace::QrcodeComponent
47 return declaration_->GetBackgroundColor(); in GetBackgroundColor()
H A Drender_qrcode.h44 const Color& GetBackgroundColor() const in GetBackgroundColor() function in OHOS::Ace::RenderQrcode
H A Dqrcode_component.h37 const Color& GetBackgroundColor() const;
H A Drender_qrcode.cpp41 backgroundColor_ = qrcode_->GetBackgroundColor(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_scroll_bar_painter.cpp76 paint.setColor(scrollBar->GetBackgroundColor().GetValue()); in PaintCircleBar()
114 pen.SetColor(scrollBar->GetBackgroundColor().GetValue()); in PaintCircleBar()
147 paint.setColor(scrollBar->GetBackgroundColor().GetValue()); in PaintRectBar()
177 pen.SetColor(scrollBar->GetBackgroundColor().GetValue()); in PaintRectBar()
178 brush.SetColor(scrollBar->GetBackgroundColor().GetValue()); in PaintRectBar()
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_theme_manager.h31 MOCK_METHOD(Color, GetBackgroundColor, (), (const));
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp171 buttonDeclaration_->SetClickedColor(buttonDeclaration_->GetBackgroundColor()); in PreparePseudoStyle()
174 buttonDeclaration_->SetFocusColor(buttonDeclaration_->GetBackgroundColor()); in PreparePseudoStyle()
234 buttonDeclaration_->SetFocusColor(buttonDeclaration_->GetBackgroundColor()); in PrepareCapsuleButton()
281 buttonDeclaration_->SetFocusColor(buttonDeclaration_->GetBackgroundColor()); in PrepareCircleButton()
348 buttonDeclaration_->SetDisabledColor(buttonDeclaration_->GetBackgroundColor()); in PrepareButtonState()
365 Color bgColor = buttonDeclaration_->GetBackgroundColor(); in PrepareDisabledBackgroundColor()
400 Color defaultClickedColor = buttonDeclaration_->GetBackgroundColor().BlendColor(buttonTheme_->GetClickedColor()); in PrepareClickedColor()
550 isCustomizedColor_ = buttonDeclaration_->GetBackgroundColor() != buttonTheme_->GetBgColor(); in UpdateCustomizedColorFlag()
H A Ddom_list_item_group.cpp71 decoration->SetBackgroundColor(cardTheme_->GetBackgroundColor()); in SetCardThemeAttrs()
78 if (backDecoration && (backDecoration->GetBackgroundColor() == Color::TRANSPARENT)) { in SetCardThemeAttrs()
79 backDecoration->SetBackgroundColor(cardTheme_->GetBackgroundColor()); in SetCardThemeAttrs()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.cpp59 GetBackDecoration()->SetBackgroundColor(theme->GetBackgroundColor()); in InitializeStyle()
97 SetBackGroundColor(theme->GetBackgroundColor()); in InitializeStyle()
/foundation/arkui/ace_engine/frameworks/core/components/root/
H A Drender_root.cpp58 bgColor_ = appTheme->GetBackgroundColor(); in PerformLayout()
114 bgColor_ = isContextMenu_ || isTransparent ? Color::TRANSPARENT : appTheme->GetBackgroundColor(); in SetDefaultBgColor()
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_element.h31 const Color& GetBackgroundColor() const;
H A Dsemi_modal_element.cpp40 const Color& SemiModalElement::GetBackgroundColor() const in GetBackgroundColor() function in OHOS::Ace::SemiModalElement
57 return decoration->GetBackgroundColor(); in GetBackgroundColor()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_manager.h44 virtual Color GetBackgroundColor() const = 0;
H A Dcard_theme.h62 const Color& GetBackgroundColor() const in GetBackgroundColor() function in OHOS::Ace::CardTheme
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_caption.cpp27 uint32_t CaptionProperty::GetBackgroundColor() const in GetBackgroundColor() function in OHOS::AccessibilityConfig::CaptionProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp181 popupPaintProp->UpdateBackgroundColor(param->GetBackgroundColor()); in CreateBubbleNode()
268 popupPaintProp->GetBackgroundColor().value_or(GetPopupTheme()->GetBackgroundColor())); in CreateBubbleNode()
270 auto backgroundColor = popupPaintProp->GetBackgroundColor().value_or(Color::TRANSPARENT); in CreateBubbleNode()
330 popupPaintProps->UpdateBackgroundColor(param->GetBackgroundColor()); in CreateCustomBubbleNode()
362 popupPaintProps->GetBackgroundColor().value_or(GetPopupTheme()->GetBackgroundColor())); in CreateCustomBubbleNode()
364 auto backgroundColor = popupPaintProps->GetBackgroundColor().value_or(Color::TRANSPARENT); in CreateCustomBubbleNode()
602 popupPaintProp->UpdateBackgroundColor(param->GetBackgroundColor()); in UpdateCommonParam()
630 popupPaintProp->GetBackgroundColor() in UpdateCommonParam()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_pattern.cpp41 unCheckedColor_ = toggleTheme->GetBackgroundColor(); in InitParameters()
89 auto bgColor = buttonPaintProperty->GetBackgroundColor().value_or(unCheckedColor_); in OnModifyDone()
211 backgroundColor_ = renderContext->GetBackgroundColor().value_or(Color::TRANSPARENT); in OnTouchDown()
294 selectedColor = buttonPaintProperty->GetBackgroundColor().value_or(unCheckedColor_); in OnClick()
400 unCheckedColor_ = toggleTheme->GetBackgroundColor(); in OnColorConfigurationUpdate()
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_moon_track.cpp56 backgroundPaint.setColor(GetBackgroundColor().GetValue()); in Paint()
84 backgroundBrush.SetColor(GetBackgroundColor().GetValue()); in Paint()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_refresh_ffi.cpp46 RefreshModel::GetInstance()->SetProgressBackgroundColor(theme->GetBackgroundColor()); in FfiOHOSAceFrameworkRefreshCreate()
84 RefreshModel::GetInstance()->SetProgressBackgroundColor(theme->GetBackgroundColor()); in FfiOHOSAceFrameworkRefreshCreateWithChangeEvent()

Completed in 10 milliseconds

12345678910>>...12