Searched refs:progressChild_ (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_progress.cpp | 217 progressChild_->SetMaxValue(max_); in PrepareSpecializedComponent() 218 progressChild_->SetMinValue(min_); in PrepareSpecializedComponent() 219 progressChild_->SetValue(percent_); in PrepareSpecializedComponent() 220 progressChild_->SetCachedValue(cachedValue_); in PrepareSpecializedComponent() 221 progressChild_->GetTrack()->SetSelectColor(color_.first); in PrepareSpecializedComponent() 226 progressChild_->SetAnimationPlay(showAnimationEffect_); in PrepareSpecializedComponent() 227 progressChild_->GetTrack()->SetTextDirection( in PrepareSpecializedComponent() 233 auto info = progressChild_->GetTrack()->GetTrackInfo(); in PrepareSpecializedComponent() 236 auto info = progressChild_->GetTrack()->GetTrackInfo(); in PrepareSpecializedComponent() 280 return progressChild_; in GetSpecializedComponent() [all …]
|
H A D | dom_chart.cpp | 38 return progressChild_; in GetSpecializedComponent() 321 if (!progressChild_) { in PrepareSpecializedComponent() 322 progressChild_ = in PrepareSpecializedComponent() 325 progressChild_->SetValue(percent_); in PrepareSpecializedComponent() 326 progressChild_->SetMaxValue(max_); in PrepareSpecializedComponent() 327 progressChild_->SetMinValue(min_); in PrepareSpecializedComponent() 328 progressChild_->GetTrack()->SetIndicatorFlag(true); in PrepareSpecializedComponent() 329 progressChild_->GetTrack()->SetSectionsStyle(colors_, weights_); in PrepareSpecializedComponent() 333 progressChild_->GetTrack()->SetCenterX(centerX_.first); in PrepareSpecializedComponent() 334 progressChild_->GetTrack()->SetCenterY(centerY_.first); in PrepareSpecializedComponent() [all …]
|
H A D | dom_progress.h | 83 RefPtr<ProgressComponent> progressChild_; variable
|
H A D | dom_chart.h | 190 RefPtr<ProgressComponent> progressChild_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_pattern.cpp | 95 } else if (progressChild_) { in OnDirtyLayoutWrapperSwap() 221 CHECK_NULL_VOID(progressChild_); in InitProgressNode() 233 host->AddChild(progressChild_, 0); in InitProgressNode() 234 progressChild_->MarkDirtyNode(); in InitProgressNode() 295 CHECK_NULL_VOID(progressChild_); in OnColorConfigurationUpdate() 326 if (!progressChild_) { in InitChildNode() 560 if (progressChild_) { in AddCustomBuilderNode() 659 CHECK_NULL_VOID(progressChild_); in UpdateLoadingProgressStatus() 704 if (progressChild_) { in UpdateFirstChildPlacement() 752 CHECK_NULL_VOID(progressChild_); in UpdateLoadingProgressTranslate() [all …]
|
H A D | refresh_pattern.h | 162 RefPtr<FrameNode> progressChild_; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/ |
H A D | refresh_layout_test_ng.cpp | 36 EXPECT_NE(pattern_->progressChild_, nullptr); 47 EXPECT_EQ(pattern_->progressChild_, nullptr); 76 EXPECT_NE(pattern_->progressChild_, nullptr); 86 EXPECT_NE(pattern_->progressChild_, nullptr); 105 EXPECT_NE(pattern_->progressChild_, nullptr); 117 EXPECT_EQ(pattern_->progressChild_, nullptr); 138 EXPECT_EQ(pattern_->progressChild_, nullptr); 153 EXPECT_NE(pattern_->progressChild_, nullptr); 154 …auto progressPaintProperty = pattern_->progressChild_->GetPaintProperty<LoadingProgressPaintProper…
|