Home
last modified time | relevance | path

Searched refs:GetBkgColor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_theme.h123 const Color& GetBkgColor() const in GetBkgColor() function
H A Dvideo_element.cpp1543 decoration->SetBackgroundColor(theme_->GetBkgColor()); in CreateControl()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_property_test_ng.cpp806 EXPECT_EQ(controlBar->GetRenderContext()->GetBackgroundColorValue(), videoTheme->GetBkgColor());
1217 EXPECT_EQ(renderContext->GetBackgroundColorValue(), videoTheme->GetBkgColor());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp1231 renderContext->UpdateBackgroundColor(videoTheme->GetBkgColor()); in OnModifyDone()
1294 renderContext->UpdateBackgroundColor(videoTheme->GetBkgColor()); in OnModifyDone()