Home
last modified time | relevance | path

Searched refs:GetPopupDecoration (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.cpp544 box->SetBackDecoration(theme_->GetPopupDecoration(false)); in InitializeContainer()
546 outBox->SetBackDecoration(theme_->GetPopupDecoration(true)); in InitializeContainer()
H A Drosen_render_picker_base.cpp166 auto backDecoration = theme->GetPopupDecoration(false); in PaintGradient()
H A Dpicker_theme.h275 const RefPtr<Decoration>& GetPopupDecoration(bool isOutBox) const in GetPopupDecoration() function