/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_component.h | 42 ProgressComponent(double min, double value, double cachedValue, double max, ProgressType type); 70 void SetCachedValue(double cachedValue) in SetCachedValue() argument 72 data_.SetCachedValue(cachedValue); in SetCachedValue()
|
H A D | progress_component.cpp | 23 ProgressComponent::ProgressComponent(double min, double value, double cachedValue, double max, Prog… in ProgressComponent() argument 59 data_.SetCachedValue(cachedValue); in ProgressComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | progress_data.h | 50 void SetCachedValue(double cachedValue) in SetCachedValue() argument 52 cachedValue_ = cachedValue; in SetCachedValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | progress_model_impl.cpp | 30 void ProgressModelImpl::Create(double min, double value, double cachedValue, double max, NG::Progre… in Create() argument 33 min, value, cachedValue, max, static_cast<ProgressType>(type)); in Create()
|
H A D | progress_model_impl.h | 26 …void Create(double min, double value, double cachedValue, double max, NG::ProgressType type) overr…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_model_ng.h | 26 …void Create(double min, double value, double cachedValue, double max, NG::ProgressType type) overr… 85 …FrameNode* frameNode, double min, double value, double cachedValue, double max, NG::ProgressType t…
|
H A D | progress_model.h | 35 …virtual void Create(double min, double value, double cachedValue, double max, NG::ProgressType typ…
|
H A D | progress_model_ng.cpp | 30 void ProgressModelNG::Create(double min, double value, double cachedValue, double max, NG::Progress… in Create() argument 583 …FrameNode* frameNode, double min, double value, double cachedValue, double max, NG::ProgressType t… in ProgressInitialize() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_progress.cpp | 61 double min, double percent, double cachedValue, double max, ProgressType type) in CreateProgressComponent() argument 64 …return AceType::MakeRefPtr<ProgressComponent>(min, percent, cachedValue, max, ProgressType::LINEAR… in CreateProgressComponent() 66 return AceType::MakeRefPtr<ProgressComponent>(min, percent, cachedValue, max, type); in CreateProgressComponent()
|
H A D | dom_progress.h | 36 double min, double percent, double cachedValue, double max, ProgressType type);
|