Searched refs:progressChild_ (Results 1 - 7 of 7) sorted by relevance
/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() 222 progressChild_->GetTrack()->SetCachedColor(cachedColor_.first); in PrepareSpecializedComponent() 223 progressChild_->GetTrack()->SetBackgroundColor(backgroundColor_.first); in PrepareSpecializedComponent() 224 progressChild_->GetTrack()->SetTrackThickness(strokeWidth_.first); in PrepareSpecializedComponent() 225 progressChild_->GetTrack()->SetShowAnimation(showAnimationEffect_); in PrepareSpecializedComponent() 226 progressChild_ in PrepareSpecializedComponent() [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() 330 progressChild_->GetTrack()->SetTrackThickness(strokeWidth_.first); in PrepareSpecializedComponent() 331 progressChild_ in PrepareSpecializedComponent() [all...] |
H A D | dom_progress.h | 83 RefPtr<ProgressComponent> progressChild_; member in OHOS::Ace::Framework::final
|
H A D | dom_chart.h | 190 RefPtr<ProgressComponent> progressChild_; member in OHOS::Ace::Framework::DOMChart
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_pattern.cpp | 95 } else if (progressChild_) { in OnDirtyLayoutWrapperSwap() 219 progressChild_ = FrameNode::CreateFrameNode(V2::LOADING_PROGRESS_ETS_TAG, in InitProgressNode() 221 CHECK_NULL_VOID(progressChild_); in InitProgressNode() 222 auto gestureHub = progressChild_->GetEventHub<EventHub>(); in InitProgressNode() 226 auto progressLayoutProperty = progressChild_->GetLayoutProperty<LoadingProgressLayoutProperty>(); in InitProgressNode() 232 auto progressPaintProperty = progressChild_->GetPaintProperty<LoadingProgressPaintProperty>(); in InitProgressNode() 239 host->AddChild(progressChild_, 0); in InitProgressNode() 240 progressChild_->MarkDirtyNode(); in InitProgressNode() 296 CHECK_NULL_VOID(progressChild_); in OnColorConfigurationUpdate() 303 auto progressPaintProperty = progressChild_ in OnColorConfigurationUpdate() [all...] |
H A D | refresh_pattern.h | 163 RefPtr<FrameNode> progressChild_; member in OHOS::Ace::NG::RefreshPattern
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/ |
H A D | refresh_layout_test_ng.cpp | 36 EXPECT_NE(pattern_->progressChild_, nullptr); in HWTEST_F() 47 EXPECT_EQ(pattern_->progressChild_, nullptr); in HWTEST_F() 76 EXPECT_NE(pattern_->progressChild_, nullptr); in HWTEST_F() 86 EXPECT_NE(pattern_->progressChild_, nullptr); in HWTEST_F() 105 EXPECT_NE(pattern_->progressChild_, nullptr); in HWTEST_F() 117 EXPECT_EQ(pattern_->progressChild_, nullptr); in HWTEST_F() 138 EXPECT_EQ(pattern_->progressChild_, nullptr); in HWTEST_F() 153 EXPECT_NE(pattern_->progressChild_, nullptr); in HWTEST_F() 154 auto progressPaintProperty = pattern_->progressChild_->GetPaintProperty<LoadingProgressPaintProperty>(); in HWTEST_F() 169 auto progressPaintProperty = pattern_->progressChild_ in HWTEST_F() [all...] |
Completed in 8 milliseconds