Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.cpp23 ProgressComponent::ProgressComponent(double min, double value, double cachedValue, double max, Prog… in ProgressComponent()
H A Dprogress_component.h70 void SetCachedValue(double cachedValue) in SetCachedValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dprogress_data.h50 void SetCachedValue(double cachedValue) in SetCachedValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dprogress_model_impl.cpp30 void ProgressModelImpl::Create(double min, double value, double cachedValue, double max, NG::Progre… in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp61 double min, double percent, double cachedValue, double max, ProgressType type) in CreateProgressComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_model_ng.cpp30 void ProgressModelNG::Create(double min, double value, double cachedValue, double max, NG::Progress… in Create()
583 …FrameNode* frameNode, double min, double value, double cachedValue, double max, NG::ProgressType t… in ProgressInitialize()