Home
last modified time | relevance | path

Searched refs:GetProgressColor (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dloading_progress_composed_element.cpp26 …or", [](const LoadingProgressComposedElement& inspector) { return inspector.GetProgressColor(); } } in __anon5b3e5eae0202()
33 DumpLog::GetInstance().AddDesc(std::string("color: ").append(GetProgressColor())); in Dump()
45 std::string LoadingProgressComposedElement::GetProgressColor() const in GetProgressColor() function in OHOS::Ace::V2::LoadingProgressComposedElement
49 return ConvertColorToString(render->GetProgressColor()); in GetProgressColor()
H A Dloading_progress_composed_element.h34 std::string GetProgressColor() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.cpp96 startColor_ = theme->GetProgressColor().first; in InitalStyle()
97 endColor_ = theme->GetProgressColor().second; in InitalStyle()
H A Ddata_panel_theme.h104 const std::pair<Color, Color>& GetProgressColor() const in GetProgressColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp155 const Color& ButtonComponent::GetProgressColor() const in GetProgressColor() function in OHOS::Ace::ButtonComponent
157 return declaration_->GetProgressColor(); in GetProgressColor()
388 …updateType |= static_cast<uint32_t>(button->GetProgressColor() == declaration_->GetProgressColor()… in Compare()
H A Dbutton_component.h73 const Color& GetProgressColor() const;
H A Dbutton_theme.h334 const Color& GetProgressColor() const in GetProgressColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_refresh.cpp47 refreshChild_->SetProgressColor(theme->GetProgressColor()); in ResetInitializedStyle()
132 progressColor_.first = theme->GetProgressColor(); in GetSpecializedComponent()
H A Ddom_button.cpp315 buttonDeclaration_->SetProgressColor(buttonDeclaration_->GetProgressColor()); in PrepareDownloadButton()
360 …buttonDeclaration_->SetProgressColor(buttonDeclaration_->GetProgressColor().BlendOpacity(blendOpac… in PrepareDisabledBackgroundColor()
419 progressComponent->SetProgressColor(buttonDeclaration_->GetProgressColor()); in PrepareWaiting()
H A Ddom_stepper.cpp169 stepperComponent_->SetProgressColor(theme->GetProgressColor()); in ResetInitializedStyle()
H A Ddom_progress.cpp295 color_.first = theme->GetProgressColor(); in InitProgressIfNeed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_refresh_ffi.cpp49 RefreshModel::GetInstance()->SetProgressColor(theme->GetProgressColor()); in FfiOHOSAceFrameworkRefreshCreate()
85 RefreshModel::GetInstance()->SetProgressColor(theme->GetProgressColor()); in FfiOHOSAceFrameworkRefreshCreateWithChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dloading_progress_component.h60 const Color& GetProgressColor() const in GetProgressColor() function
H A Drender_loading_progress.h67 Color GetProgressColor() const in GetProgressColor() function
H A Dprogress_theme.h194 const Color& GetProgressColor() const in GetProgressColor() function
H A Drender_loading_progress.cpp62 progressColor_ = loadingProgress->GetProgressColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_theme.h109 const Color& GetProgressColor() const in GetProgressColor() function
H A Drefresh_component.h154 const Color& GetProgressColor() const in GetProgressColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dprogress_modifier.cpp414 ArkUI_Uint32 GetProgressColor(ArkUINodeHandle node) in GetProgressColor() function
446 …GetProgressTotal, GetProgressType, GetProgressColor, SetProgressInitialize, ResetProgressInitializ… in GetProgressModifier()
455 …GetProgressTotal, GetProgressType, GetProgressColor, SetProgressInitialize, ResetProgressInitializ… in GetCJUIProgressModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dstepper_model_impl.cpp36 stepperComponent->SetProgressColor(theme->GetProgressColor()); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_theme.h122 const Color& GetProgressColor() const in GetProgressColor() function
H A Dstepper_component.h154 const Color& GetProgressColor() const in GetProgressColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_pattern.cpp454 stepperTheme->GetProgressColor()); in CreateWaitingRightButtonNode()
455 … loadingProgressNode->GetRenderContext()->UpdateForegroundColor(stepperTheme->GetProgressColor()); in CreateWaitingRightButtonNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.cpp55 style.progressColor = buttonTheme->GetProgressColor(); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp239 progressPaintProperty->UpdateColor(theme->GetProgressColor()); in InitProgressNode()
306 progressPaintProperty->UpdateColor(theme->GetProgressColor()); in OnColorConfigurationUpdate()

12