Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp89 focusStyle_ = theme->GetOptionStyle(true, false); in Update()
305 textComponent_->SetTextStyle(focusStyle_); in UpdateTextFocus()
354 textComponent_->SetTextStyle(focusStyle_); in UpdateFocus()
H A Drender_picker_option.h102 TextStyle focusStyle_; variable