Home
last modified time | relevance | path

Searched refs:SetProgressColor (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drefresh_model_impl.cpp153 void RefreshModelImpl::SetProgressColor(const Color& progressColor) in SetProgressColor() function in OHOS::Ace::Framework::RefreshModelImpl
158 component->SetProgressColor(progressColor); in SetProgressColor()
H A Dloading_progress_model_impl.cpp36 loadingProgress->SetProgressColor(value); in SetColor()
H A Drefresh_model_impl.h44 void SetProgressColor(const Color& progressColor) override;
H A Dstepper_model_impl.cpp36 stepperComponent->SetProgressColor(theme->GetProgressColor()); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_refresh.cpp47 refreshChild_->SetProgressColor(theme->GetProgressColor()); in ResetInitializedStyle()
134 refreshChild_->SetProgressColor(progressColor_.first); in GetSpecializedComponent()
H A Ddom_button.cpp290 buttonDeclaration_->SetProgressColor(buttonTheme_->GetDownloadProgressColor()); in PrepareDownloadButton()
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 Ddom_stepper.cpp169 stepperComponent_->SetProgressColor(theme->GetProgressColor()); in ResetInitializedStyle()
H A Ddom_progress.cpp209 loadingProgressChild_->SetProgressColor(color_.first); in PrepareSpecializedComponent()
/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/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_progress_bridge.h28 static ArkUINativeModuleValue SetProgressColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_progress_bridge.cpp149 ArkUINativeModuleValue ProgressBridge::SetProgressColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetProgressColor() function in OHOS::Ace::NG::ProgressBridge
H A Darkts_native_api_impl_bridge.cpp4657 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ProgressBridge::SetProgressColor)); in RegisterProgressAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dloading_progress_component.h55 void SetProgressColor(const Color& color) in SetProgressColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model.h51 virtual void SetProgressColor(const Color& progressColor) = 0;
H A Drefresh_model_ng.h60 void SetProgressColor(const Color& progressColor) override {} in SetProgressColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dprogress_modifier.cpp133 void SetProgressColor(ArkUINodeHandle node, uint32_t color) in SetProgressColor() function
444SetProgressColor, ResetProgressColor, SetProgressStyle, ResetProgressStyle, SetProgressBackgroundC… in GetProgressModifier()
453SetProgressColor, ResetProgressColor, SetProgressStyle, ResetProgressStyle, SetProgressBackgroundC… in GetCJUIProgressModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp260 void ButtonComponent::SetProgressColor(const Color& color) in SetProgressColor() function in OHOS::Ace::ButtonComponent
262 declaration_->SetProgressColor(color); in SetProgressColor()
H A Dbutton_component.h95 void SetProgressColor(const Color& color);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_component.h159 void SetProgressColor(const Color& progressColor) in SetProgressColor() function
H A Drender_refresh.cpp100 loadingComponent_->SetProgressColor(progressColor_); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.h149 void SetProgressColor(const Color& progressColor) in SetProgressColor() function
H A Drender_stepper.cpp206 progressComponent->SetProgressColor(progressColor_); in InitProgress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h464 void SetProgressColor(const Color& color) in SetProgressColor() function
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp6247 int32_t SetProgressColor(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetProgressColor() function
13373 …static Setter* setters[] = { SetProgressValue, SetProgressTotal, SetProgressColor, SetProgressType… in SetProgressAttribute()