/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | progress_model_impl.cpp | 45 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 D | progress_model_impl.h | 32 void SetScaleWidth(const Dimension& value) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | track_component.h | 74 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 D | progress_component.h | 150 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 D | progress_model_ng.h | 32 void SetScaleWidth(const Dimension& value) override; 63 static void SetScaleWidth(FrameNode* frameNode, const Dimension& value);
|
H A D | progress_model.h | 41 virtual void SetScaleWidth(const Dimension& value) = 0;
|
H A D | progress_paint_method.h | 89 progressModifier_->SetScaleWidth(scaleWidth_); in UpdateContentModifier()
|
H A D | progress_modifier.h | 51 void SetScaleWidth(float value);
|
H A D | progress_model_ng.cpp | 137 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 D | progress_modifier.cpp | 634 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 D | drag_bar_paint_method.h | 38 void SetScaleWidth(float scaleWidth) in SetScaleWidth() function
|
H A D | drag_bar_pattern.h | 63 paintMethod->SetScaleWidth(scaleWidth_); in CreateNodePaintMethod()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_modifier_test_ng.cpp | 61 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 D | progress_test_ng.cpp | 399 model.SetScaleWidth(SCALE_WIDTH);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_progress_ffi.cpp | 81 ProgressModel::GetInstance()->SetScaleWidth(scaleWidthValue); in FfiOHOSAceFrameworkProgressSetStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | progress_modifier.cpp | 231 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 D | dom_progress.cpp | 237 info->SetScaleWidth(scaleWidth_.first); in PrepareSpecializedComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_progress.cpp | 242 ProgressModel::GetInstance()->SetScaleWidth(scaleWidthDimension); in JsSetProgressStyleOptions()
|