Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_overlay_modifier.cpp41 selectedBackgroundColor_ = AceType::MakeRefPtr<PropertyInt>(0); in RichEditorOverlayModifier()
42 AttachProperty(selectedBackgroundColor_); in RichEditorOverlayModifier()
97 CHECK_NULL_VOID(selectedBackgroundColor_); in SetSelectedBackgroundColor()
98 selectedBackgroundColor_->Set(static_cast<int32_t>(selectedBackgroundColor)); in SetSelectedBackgroundColor()
229 SetSelectedColor(selectedBackgroundColor_->Get()); in onDraw()
H A Drich_editor_theme.h81 …theme->selectedBackgroundColor_ = pattern->GetAttr<Color>("selected_background_color", Color(0xff0… in ParsePattern()
178 return selectedBackgroundColor_; in GetSelectedBackgroundColor()
248 Color selectedBackgroundColor_ = Color(0xff007dff); variable
H A Drich_editor_overlay_modifier.h61 RefPtr<PropertyInt> selectedBackgroundColor_; variable
H A Drich_editor_pattern.h800 selectedBackgroundColor_ = selectedBackgroundColor; in SetSelectedBackgroundColor()
1387 std::optional<Color> selectedBackgroundColor_; variable
H A Drich_editor_pattern.cpp9169 if (selectedBackgroundColor_.has_value()) { in OnBackPressed()
9170 selectedBackgroundColor = selectedBackgroundColor_.value(); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h384 return selectedBackgroundColor_; in GetSelectedBackgroundColor()
388 selectedBackgroundColor_ = backgroundColor; in SetSelectedBackgroundColor()
441 Color selectedBackgroundColor_ = Color::TRANSPARENT; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_theme.h81 return selectedBackgroundColor_; in GetSeclectedBackgroundColor()
171 Color selectedBackgroundColor_; variable
200 theme->selectedBackgroundColor_ = in ParseColorAttributes()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp1114 richEditorPattern->selectedBackgroundColor_.reset();