Home
last modified time | relevance | path

Searched refs:SetCachedValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.h70 void SetCachedValue(double cachedValue) in SetCachedValue() function
72 data_.SetCachedValue(cachedValue); in SetCachedValue()
H A Dprogress_component.cpp59 data_.SetCachedValue(cachedValue); in ProgressComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dprogress_data.h50 void SetCachedValue(double cachedValue) in SetCachedValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp220 progressChild_->SetCachedValue(cachedValue_); in PrepareSpecializedComponent()