/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | refresh_model_impl.cpp | 153 void RefreshModelImpl::SetProgressColor(const Color& progressColor) in SetProgressColor() function in OHOS::Ace::Framework::RefreshModelImpl 158 component->SetProgressColor(progressColor); in SetProgressColor()
|
H A D | loading_progress_model_impl.cpp | 36 loadingProgress->SetProgressColor(value); in SetColor()
|
H A D | refresh_model_impl.h | 44 void SetProgressColor(const Color& progressColor) override;
|
H A D | stepper_model_impl.cpp | 36 stepperComponent->SetProgressColor(theme->GetProgressColor()); in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_refresh.cpp | 47 refreshChild_->SetProgressColor(theme->GetProgressColor()); in ResetInitializedStyle() 134 refreshChild_->SetProgressColor(progressColor_.first); in GetSpecializedComponent()
|
H A D | dom_button.cpp | 290 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 D | dom_stepper.cpp | 169 stepperComponent_->SetProgressColor(theme->GetProgressColor()); in ResetInitializedStyle()
|
H A D | dom_progress.cpp | 209 loadingProgressChild_->SetProgressColor(color_.first); in PrepareSpecializedComponent()
|
/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/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_progress_bridge.h | 28 static ArkUINativeModuleValue SetProgressColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_progress_bridge.cpp | 149 ArkUINativeModuleValue ProgressBridge::SetProgressColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetProgressColor() function in OHOS::Ace::NG::ProgressBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4657 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ProgressBridge::SetProgressColor)); in RegisterProgressAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | loading_progress_component.h | 55 void SetProgressColor(const Color& color) in SetProgressColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_model.h | 51 virtual void SetProgressColor(const Color& progressColor) = 0;
|
H A D | refresh_model_ng.h | 60 void SetProgressColor(const Color& progressColor) override {} in SetProgressColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | progress_modifier.cpp | 133 void SetProgressColor(ArkUINodeHandle node, uint32_t color) in SetProgressColor() function 444 …SetProgressColor, ResetProgressColor, SetProgressStyle, ResetProgressStyle, SetProgressBackgroundC… in GetProgressModifier() 453 …SetProgressColor, ResetProgressColor, SetProgressStyle, ResetProgressStyle, SetProgressBackgroundC… in GetCJUIProgressModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.cpp | 260 void ButtonComponent::SetProgressColor(const Color& color) in SetProgressColor() function in OHOS::Ace::ButtonComponent 262 declaration_->SetProgressColor(color); in SetProgressColor()
|
H A D | button_component.h | 95 void SetProgressColor(const Color& color);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/ |
H A D | refresh_component.h | 159 void SetProgressColor(const Color& progressColor) in SetProgressColor() function
|
H A D | render_refresh.cpp | 100 loadingComponent_->SetProgressColor(progressColor_); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_component.h | 149 void SetProgressColor(const Color& progressColor) in SetProgressColor() function
|
H A D | render_stepper.cpp | 206 progressComponent->SetProgressColor(progressColor_); in InitProgress()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/ |
H A D | button_declaration.h | 464 void SetProgressColor(const Color& color) in SetProgressColor() function
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 6247 int32_t SetProgressColor(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetProgressColor() function 13373 …static Setter* setters[] = { SetProgressValue, SetProgressTotal, SetProgressColor, SetProgressType… in SetProgressAttribute()
|