Home
last modified time | relevance | path

Searched defs:selectedBackgroundColor (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_info.h28 std::optional<Color> selectedBackgroundColor; member
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dindexer_composed_element.cpp116 auto selectedBackgroundColor = render ? render->GetSelectedBackgroundColor() : Color::BLACK; in GetSelectedBackgroundColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.cpp63 void IndexerModelNG::SetSelectedBackgroundColor(const std::optional<Color>& selectedBackgroundColor) in SetSelectedBackgroundColor() argument
506 SetSelectedBackgroundColor( FrameNode* frameNode, const std::optional<Color>& selectedBackgroundColor) SetSelectedBackgroundColor() argument
H A Dindexer_pattern.cpp1735 Color selectedBackgroundColor = in ItemSelectedInAnimation() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp355 std::optional<Color> selectedBackgroundColor = textLayoutProperty->GetSelectedBackgroundColorValue(Color::BLACK); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drich_editor_modifier.cpp268 auto selectedBackgroundColor = richEditorTheme->GetSelectedBackgroundColor(); in ResetRichEditorSelectedBackgroundColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h802 void SetSelectedBackgroundColor(const Color& selectedBackgroundColor) in SetSelectedBackgroundColor() argument
H A Drich_editor_pattern.cpp9196 Color selectedBackgroundColor; in GetSelectedBackgroundColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp1538 auto selectedBackgroundColor = textFieldPaintProperty->GetSelectedBackgroundColor().value_or(Color()); in ToJsonValueForCursor() local

Completed in 72 milliseconds