Home
last modified time | relevance | path

Searched refs:SetScaleWidth (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dprogress_model_impl.cpp45 progressComponent->SetScaleWidth(DEFALUT_PROGRESS_SCALE_WIDTH); in Create()
124 void ProgressModelImpl::SetScaleWidth(const Dimension& value) in SetScaleWidth() function in OHOS::Ace::Framework::ProgressModelImpl
133 progress->SetScaleWidth(value); in SetScaleWidth()
H A Dprogress_model_impl.h32 void SetScaleWidth(const Dimension& value) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Dtrack_component.h74 void SetScaleWidth(const Dimension& width) in SetScaleWidth() function
245 void SetScaleWidth(const Dimension& width) in SetScaleWidth() function
247 trackPaintData_->SetScaleWidth(width); in SetScaleWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.h150 void SetScaleWidth(const Dimension& width) in SetScaleWidth() function
152 return track_->SetScaleWidth(width); in SetScaleWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_model_ng.h32 void SetScaleWidth(const Dimension& value) override;
63 static void SetScaleWidth(FrameNode* frameNode, const Dimension& value);
H A Dprogress_model.h41 virtual void SetScaleWidth(const Dimension& value) = 0;
H A Dprogress_paint_method.h89 progressModifier_->SetScaleWidth(scaleWidth_); in UpdateContentModifier()
H A Dprogress_modifier.h51 void SetScaleWidth(float value);
H A Dprogress_model_ng.cpp137 void ProgressModelNG::SetScaleWidth(const Dimension& value) in SetScaleWidth() function in OHOS::Ace::NG::ProgressModelNG
419 void ProgressModelNG::SetScaleWidth(FrameNode* frameNode, const Dimension& value) in SetScaleWidth() function in OHOS::Ace::NG::ProgressModelNG
H A Dprogress_modifier.cpp634 void ProgressModifier::SetScaleWidth(float value) in SetScaleWidth() function in OHOS::Ace::NG::ProgressModifier
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Ddrag_bar_paint_method.h38 void SetScaleWidth(float scaleWidth) in SetScaleWidth() function
H A Ddrag_bar_pattern.h63 paintMethod->SetScaleWidth(scaleWidth_); in CreateNodePaintMethod()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_modifier_test_ng.cpp61 progressModifier.SetScaleWidth(PROGRESS_MODIFIER_VALUE);
145 progressModifier.SetScaleWidth(PROGRESS_MODIFIER_VALUE);
175 progressModifier.SetScaleWidth(0);
216 progressModifier.SetScaleWidth(PROGRESS_MODIFIER_VALUE);
292 progressModifier.SetScaleWidth(PROGRESS_MODIFIER_VALUE);
741 progressModifier->SetScaleWidth(PROGRESS_MODIFIER_VALUE);
805 progressModifier->SetScaleWidth(PROGRESS_MODIFIER_VALUE);
993 progressModifier->SetScaleWidth(PROGRESS_MODIFIER_VALUE);
1106 modifier->SetScaleWidth(3.f);
1355 model.SetScaleWidth(SCALE_WIDTH);
[all …]
H A Dprogress_test_ng.cpp399 model.SetScaleWidth(SCALE_WIDTH);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_progress_ffi.cpp81 ProgressModel::GetInstance()->SetScaleWidth(scaleWidthValue); in FfiOHOSAceFrameworkProgressSetStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dprogress_modifier.cpp231 ProgressModelNG::SetScaleWidth(node, Dimension(DEFAULT_SCALE_WIDTHS, DimensionUnit::VP)); in SetProgressStyleOptions()
233 ProgressModelNG::SetScaleWidth( in SetProgressStyleOptions()
315 ProgressModelNG::SetScaleWidth(node, Dimension(DEFAULT_SCALE_WIDTHS, DimensionUnit::VP)); in SetProgressStyleOptions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp237 info->SetScaleWidth(scaleWidth_.first); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp242 ProgressModel::GetInstance()->SetScaleWidth(scaleWidthDimension); in JsSetProgressStyleOptions()