/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | loading_progress_composed_element.cpp | 26 …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 D | loading_progress_composed_element.h | 34 std::string GetProgressColor() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | data_panel_component.cpp | 96 startColor_ = theme->GetProgressColor().first; in InitalStyle() 97 endColor_ = theme->GetProgressColor().second; in InitalStyle()
|
H A D | data_panel_theme.h | 104 const std::pair<Color, Color>& GetProgressColor() const in GetProgressColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.cpp | 155 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 D | button_component.h | 73 const Color& GetProgressColor() const;
|
H A D | button_theme.h | 334 const Color& GetProgressColor() const in GetProgressColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_refresh.cpp | 47 refreshChild_->SetProgressColor(theme->GetProgressColor()); in ResetInitializedStyle() 132 progressColor_.first = theme->GetProgressColor(); in GetSpecializedComponent()
|
H A D | dom_button.cpp | 315 buttonDeclaration_->SetProgressColor(buttonDeclaration_->GetProgressColor()); in PrepareDownloadButton() 360 …buttonDeclaration_->SetProgressColor(buttonDeclaration_->GetProgressColor().BlendOpacity(blendOpac… in PrepareDisabledBackgroundColor() 419 progressComponent->SetProgressColor(buttonDeclaration_->GetProgressColor()); in PrepareWaiting()
|
H A D | dom_stepper.cpp | 169 stepperComponent_->SetProgressColor(theme->GetProgressColor()); in ResetInitializedStyle()
|
H A D | dom_progress.cpp | 295 color_.first = theme->GetProgressColor(); in InitProgressIfNeed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_refresh_ffi.cpp | 49 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 D | loading_progress_component.h | 60 const Color& GetProgressColor() const in GetProgressColor() function
|
H A D | render_loading_progress.h | 67 Color GetProgressColor() const in GetProgressColor() function
|
H A D | progress_theme.h | 194 const Color& GetProgressColor() const in GetProgressColor() function
|
H A D | render_loading_progress.cpp | 62 progressColor_ = loadingProgress->GetProgressColor(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/ |
H A D | refresh_theme.h | 109 const Color& GetProgressColor() const in GetProgressColor() function
|
H A D | refresh_component.h | 154 const Color& GetProgressColor() const in GetProgressColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | progress_modifier.cpp | 414 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 D | stepper_model_impl.cpp | 36 stepperComponent->SetProgressColor(theme->GetProgressColor()); in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_theme.h | 122 const Color& GetProgressColor() const in GetProgressColor() function
|
H A D | stepper_component.h | 154 const Color& GetProgressColor() const in GetProgressColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_pattern.cpp | 454 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 D | button_declaration.cpp | 55 style.progressColor = buttonTheme->GetProgressColor(); in InitializeStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_pattern.cpp | 239 progressPaintProperty->UpdateColor(theme->GetProgressColor()); in InitProgressNode() 306 progressPaintProperty->UpdateColor(theme->GetProgressColor()); in OnColorConfigurationUpdate()
|