Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.h143 selectedBgColor_ = bgColor; in SetSelectedBackgroundColor()
148 return selectedBgColor_; in GetSelectedBackgroundColor()
166 Color selectedBgColor_; variable
H A Dindexer_component.h85 selectedBgColor_ = Color(INDEXER_ACTIVE_BG_COLOR); in IndexerComponent()
212 selectedBgColor_ = bgColor; in SetSelectedBackgroundColor()
218 return selectedBgColor_; in GetSelectedBackgroundColor()
305 Color selectedBgColor_; variable
H A Drender_indexer_item.h108 return selectedBgColor_; in GetSelectedBackgroundColor()
139 Color selectedBgColor_; variable
H A Dindexer_component.cpp135 textItem->SetSelectedBackgroundColor(selectedBgColor_); in BuildTextItem()
168 textItem->SetSelectedBackgroundColor(selectedBgColor_); in UpdateTextStyle()
H A Drender_indexer_item.cpp46 selectedBgColor_ = itemComponent->GetSelectedBackgroundColor(); in Update()
217 box->SetColor(selectedBgColor_, true); in UpdateItemStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp631 if (static_cast<int32_t>(i) == selected_ && selectedBgColor_.has_value()) { in SetOptionBgColor()
708 selectedBgColor_ = color; in SetSelectedOptionBgColor()
857 if (selectedBgColor_.has_value()) { in UpdateSelectedProps()
858 newSelected->SetBgColor(selectedBgColor_.value()); in UpdateSelectedProps()
945 json->PutExtAttr("selectedOptionBgColor", selectedBgColor_->ColorToString().c_str(), filter); in ToJsonValue()
H A Dselect_pattern.h291 std::optional<Color> selectedBgColor_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp418 selectPattern->selectedBgColor_ = BG_COLOR_VALUE;