Home
last modified time | relevance | path

Searched defs:progressLayoutProperty (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_layout_algorithm.cpp50 …auto progressLayoutProperty = DynamicCast<ProgressLayoutProperty>(layoutWrapper->GetLayoutProperty… in MeasureContent() local
111 …auto progressLayoutProperty = DynamicCast<ProgressLayoutProperty>(layoutWrapper->GetLayoutProperty… in MeasureContentForApiNine() local
Dprogress_pattern.h48 auto progressLayoutProperty = GetLayoutProperty<ProgressLayoutProperty>(); in CreateNodePaintMethod() local
Dprogress_pattern.cpp206 auto progressLayoutProperty = GetLayoutProperty<ProgressLayoutProperty>(); in OnModifyDone() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/progress/
Dprogress_test_ng.cpp289 RefPtr<ProgressLayoutProperty> progressLayoutProperty = in CheckValue() local
455 RefPtr<ProgressLayoutProperty> progressLayoutProperty = variable
502 auto progressLayoutProperty = AceType::MakeRefPtr<ProgressLayoutProperty>(); variable
550 RefPtr<ProgressLayoutProperty> progressLayoutProperty = variable
629 RefPtr<ProgressLayoutProperty> progressLayoutProperty = variable
706 RefPtr<ProgressLayoutProperty> progressLayoutProperty = variable
788 RefPtr<ProgressLayoutProperty> progressLayoutProperty = variable
862 RefPtr<ProgressLayoutProperty> progressLayoutProperty = variable
1653 RefPtr<ProgressLayoutProperty> progressLayoutProperty = variable
1705 RefPtr<ProgressLayoutProperty> progressLayoutProperty = variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
Drefresh_pattern.cpp265 … auto progressLayoutProperty = progressChild_->GetLayoutProperty<LoadingProgressLayoutProperty>(); in LoadingProgressReset() local
401 … auto progressLayoutProperty = progressChild_->GetLayoutProperty<LoadingProgressLayoutProperty>(); in UpdateLoadingProgress() local
433 … auto progressLayoutProperty = progressChild_->GetLayoutProperty<LoadingProgressLayoutProperty>(); in GetFadeAwayRatio() local
452 … auto progressLayoutProperty = progressChild_->GetLayoutProperty<LoadingProgressLayoutProperty>(); in TransitionPeriodAnimation() local
822 … auto progressLayoutProperty = progressChild_->GetLayoutProperty<LoadingProgressLayoutProperty>(); in UpdateLoadingMarginTop() local
Drefresh_model_ng.cpp111 …auto progressLayoutProperty = loadingProgressChild->GetLayoutProperty<LoadingProgressLayoutPropert… in Pop() local