Home
last modified time | relevance | path

Searched refs:GetStyleDegValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcircle_progress_component.cpp116 …startAngle_ = GetStyleDegValue(style); // Compatible with rich devices, value should between -180 … in SetStartAngle()
128 …totalAngle_ = GetStyleDegValue(style); // Compatible with rich devices, value should between 0 and… in SetTotalAngle()
H A Dcomponent.h448 int16_t GetStyleDegValue(const AppStyleItem *style, int16_t defaultValue = 0) const;
H A Dcomponent.cpp1896 int16_t Component::GetStyleDegValue(const AppStyleItem *style, int16_t defaultValue) const in GetStyleDegValue() function in OHOS::ACELite::Component