Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp88 selectedStyle_ = theme->GetOptionStyle(true, false); in Update()
307 textComponent_->SetTextStyle(selectedStyle_); in UpdateTextFocus()
357 textComponent_->SetTextStyle(selectedStyle_); in UpdateFocus()
H A Drender_picker_option.h101 TextStyle selectedStyle_; variable