Home
last modified time | relevance | path

Searched defs:progressLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
Dprogress_test_ng.cpp144 …RefPtr<ProgressLayoutAlgorithm> progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgori… variable
201 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable
223 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable
276 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable
336 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable
400 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable
469 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable
511 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable
764 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable
803 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_pattern.cpp40 …auto progressLayoutAlgorithm = DynamicCast<ProgressLayoutAlgorithm>(layoutAlgorithmWrapper->GetLay… in OnDirtyLayoutWrapperSwap() local