Home
last modified time | relevance | path

Searched refs:showDefaultPercentage (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp359 auto jsShowDefaultPercentage = paramObject->GetProperty("showDefaultPercentage"); in JsSetCapsuleStyle()
360 bool showDefaultPercentage = false; in JsSetCapsuleStyle() local
361 if (!ParseJsBool(jsShowDefaultPercentage, showDefaultPercentage)) { in JsSetCapsuleStyle()
362 showDefaultPercentage = false; in JsSetCapsuleStyle()
364 ProgressModel::GetInstance()->SetShowText(showDefaultPercentage); in JsSetCapsuleStyle()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dprogress_modifier.cpp253 ProgressModelNG::SetShowText(node, value->showDefaultPercentage); in SetCapsuleStyleOptions()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_progress_bridge.cpp378 progressStyle.showDefaultPercentage = in ParseShowDefaultPercentage()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h402 ArkUI_Bool showDefaultPercentage; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js24411 let showDefaultPercentage = this.value.showDefaultPercentage;
24417 fontWeight, fontFamily, fontStyle, fontColor, enableScanEffect, showDefaultPercentage,

Completed in 46 milliseconds