Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h144 theme->isTV_ = pattern->GetAttr<int>("select_is_tv", 0); in ParseNewPattern()
278 …theme->optionInterval_ = theme->isTV_ ? Dimension(SELECT_OPTION_INTERVAL, DimensionUnit::VP) : 0.0… in ParseAttribute()
281 theme->tvBackColor_ = (theme->isTV_ ? Color(0x99000000) : Color::TRANSPARENT); in ParseAttribute()
349 theme->isTV_ = isTV_; in ClonePartOne()
686 return isTV_; in IsTV()
690 isTV_ = isTV; in SetIsTV()
1237 bool isTV_ = false; variable