Searched refs:selectedBackgroundColor_ (Results 1 – 8 of 8) sorted by relevance
41 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()
81 …theme->selectedBackgroundColor_ = pattern->GetAttr<Color>("selected_background_color", Color(0xff0… in ParsePattern()178 return selectedBackgroundColor_; in GetSelectedBackgroundColor()248 Color selectedBackgroundColor_ = Color(0xff007dff); variable
61 RefPtr<PropertyInt> selectedBackgroundColor_; variable
800 selectedBackgroundColor_ = selectedBackgroundColor; in SetSelectedBackgroundColor()1387 std::optional<Color> selectedBackgroundColor_; variable
9169 if (selectedBackgroundColor_.has_value()) { in OnBackPressed()9170 selectedBackgroundColor = selectedBackgroundColor_.value(); in OnBackPressed()
384 return selectedBackgroundColor_; in GetSelectedBackgroundColor()388 selectedBackgroundColor_ = backgroundColor; in SetSelectedBackgroundColor()441 Color selectedBackgroundColor_ = Color::TRANSPARENT; variable
81 return selectedBackgroundColor_; in GetSeclectedBackgroundColor()171 Color selectedBackgroundColor_; variable200 theme->selectedBackgroundColor_ = in ParseColorAttributes()
1114 richEditorPattern->selectedBackgroundColor_.reset();