Home
last modified time | relevance | path

Searched refs:selectedOptionDecoration_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_theme.cpp55 theme->selectedOptionDecoration_ = AceType::MakeRefPtr<Decoration>(); in Parse()
56 if (!theme->selectedOptionDecoration_) { in Parse()
59 theme->selectedOptionDecoration_->SetBackgroundColor( in Parse()
61 theme->selectedOptionDecoration_->SetBorderRadius( in Parse()
H A Dpicker_theme.h169 theme->selectedOptionDecoration_ = selectedOptionDecoration_; in clone()
245 return selectedOptionDecoration_; in GetOptionDecoration()
252 selectedOptionDecoration_ = value; in SetOptionDecoration()
540 RefPtr<Decoration> selectedOptionDecoration_; variable