Home
last modified time | relevance | path

Searched refs:scaleCount (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_progress_ffi.cpp72 double strokeWidth, int32_t strokeWidthUnit, int32_t scaleCount, double scaleWidth, int32_t scaleWidthUnit) in FfiOHOSAceFrameworkProgressSetStyle()
78 ProgressModel::GetInstance()->SetScaleCount(scaleCount); in FfiOHOSAceFrameworkProgressSetStyle()
71 FfiOHOSAceFrameworkProgressSetStyle( double strokeWidth, int32_t strokeWidthUnit, int32_t scaleCount, double scaleWidth, int32_t scaleWidthUnit) FfiOHOSAceFrameworkProgressSetStyle() argument
H A Dcj_progress_ffi.h30 double strokeWidth, int32_t strokeWidthUnit, int32_t scaleCount, double scaleWidth, int32_t scaleWidthUnit);
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dprogress_composed_element.cpp134 auto scaleCount = renderProgress->GetProgressComponent()->GetScaleNumber(); in GetCircularStyle() local
135 jsonCircularStyle->Put("scaleCount", std::to_string(scaleCount).c_str()); in GetCircularStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_progress_bridge.cpp248 int32_t scaleCount = DEFAULT_SCALE_COUNT; in ParseScaleCount() local
251 scaleCount = theme->GetScaleNumber(); in ParseScaleCount()
254 if (scaleCountArg->IsNull() || !ArkTSUtils::ParseJsInteger(vm, scaleCountArg, scaleCount)) { in ParseScaleCount()
255 scaleCount = DEFAULT_SCALE_COUNT; in ParseScaleCount()
257 if (scaleCount > 1) { in ParseScaleCount()
258 progressStyle.scaleCount = scaleCount; in ParseScaleCount()
260 progressStyle.scaleCount = theme->GetScaleNumber(); in ParseScaleCount()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp223 auto jsScaleCount = paramObject->GetProperty("scaleCount"); in JsSetProgressStyleOptions()
224 auto scaleCount = jsScaleCount->IsNumber() ? jsScaleCount->ToNumber<int32_t>() : theme->GetScaleNumber(); in JsSetProgressStyleOptions() local
225 if (scaleCount > 1.0) { in JsSetProgressStyleOptions()
226 ProgressModel::GetInstance()->SetScaleCount(scaleCount); in JsSetProgressStyleOptions()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dprogress_modifier.cpp214 ProgressModelNG::SetScaleCount(node, value->scaleCount); in SetProgressStyleOptions()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h390 ArkUI_Int32 scaleCount; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js24393 let scaleCount = this.value.scaleCount;
24415 getUINativeModule().progress.SetProgressStyle(node, strokeWidth, scaleCount,

Completed in 46 milliseconds