Home
last modified time | relevance | path

Searched defs:progressCount (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
Dlinear_indicator_model_ng.cpp22 RefPtr<NG::LinearIndicatorController> LinearIndicatorModelNG::Create(std::size_t progressCount) in Create()
35 OHOS::Ace::RefPtr<OHOS::Ace::NG::FrameNode> frameNode, std::size_t progressCount) in SetProgressCount()
Dlinear_indicator_pattern.cpp223 …std::size_t progressCount = layoutProperty->GetProgressCount().value_or(theme_->GetDefaultProgress… in CalcProgressWidth() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_linear_indicator.cpp49 int32_t progressCount = theme->GetDefaultProgressCount(); in Create() local