Home
last modified time | relevance | path

Searched defs:cachedValue (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/progress/
Dprogress_component.cpp23 ProgressComponent::ProgressComponent(double min, double value, double cachedValue, double max, Prog… in ProgressComponent()
Dprogress_component.h70 void SetCachedValue(double cachedValue) in SetCachedValue()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dprogress_data.h50 void SetCachedValue(double cachedValue) in SetCachedValue()
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dprogress_creator.cpp54 double cachedValue = componentJson.GetValue(PROGRESS_CACHED_VALUE)->GetDouble(); in CreateFromJson() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/progress/
Dprogress_creator_test.cpp88 double cachedValue = progress->GetCachedValue(); in CompareAllProperty() local
109 double cachedValue = progress->GetCachedValue(); in CompareAllDefault() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dprogress_model_impl.cpp30 void ProgressModelImpl::Create(double min, double value, double cachedValue, double max, NG::Progre… in Create()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_progress.cpp67 double min, double percent, double cachedValue, double max, ProgressType type) in CreateProgressComponent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_model_ng.cpp29 void ProgressModelNG::Create(double min, double value, double cachedValue, double max, NG::Progress… in Create()