Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.h56 if (!focusDecoration_) { in GetFocusBackColor()
59 return focusDecoration_->GetBackgroundColor(); in GetFocusBackColor()
107 RefPtr<Decoration> focusDecoration_; variable
H A Drender_picker_option.cpp93 focusDecoration_ = theme->GetOptionDecoration(true); in Update()
352 …if (renderText_ && renderBox_ && textComponent_ && boxComponent_ && focusDecoration_ && selectedDe… in UpdateFocus()
355 boxComponent_->SetBackDecoration(focusDecoration_); in UpdateFocus()