Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.h64 if (!selectedDecoration_) { in GetNormalBackColor()
67 return selectedDecoration_->GetBackgroundColor(); in GetNormalBackColor()
106 RefPtr<Decoration> selectedDecoration_; variable
H A Drender_picker_option.cpp92 selectedDecoration_ = theme->GetOptionDecoration(false); in Update()
207 if (selectedDecoration_) { in ResetHoverAnimation()
208 bgColor = selectedDecoration_->GetBackgroundColor(); in ResetHoverAnimation()
243 if (selectedDecoration_) { in ResetPressAnimation()
244 bgColor = selectedDecoration_->GetBackgroundColor(); in ResetPressAnimation()
352 …ext_ && renderBox_ && textComponent_ && boxComponent_ && focusDecoration_ && selectedDecoration_) { in UpdateFocus()
358 boxComponent_->SetBackDecoration(selectedDecoration_); in UpdateFocus()