Home
last modified time | relevance | path

Searched defs:selectedBackgroundColor (Results 1 – 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
Drich_editor_drag_info.h28 std::optional<Color> selectedBackgroundColor; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_overlay_modifier.cpp95 void RichEditorOverlayModifier::SetSelectedBackgroundColor(uint32_t selectedBackgroundColor) in SetSelectedBackgroundColor()
Drich_editor_pattern.h795 void SetSelectedBackgroundColor(const Color& selectedBackgroundColor) in SetSelectedBackgroundColor()
Drich_editor_pattern.cpp9143 Color selectedBackgroundColor; in OnBackPressed() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkRichEditor.ts299 selectedBackgroundColor(value: ResourceColor): RichEditorAttribute { method in ArkRichEditorComponent
DArkAlphabetIndexer.ts36 selectedBackgroundColor(value: ResourceColor): this { method in ArkAlphabetIndexerComponent
DArkText.ts971 selectedBackgroundColor(value: ResourceColor): TextAttribute { method in ArkTextComponent
DArkSearch.ts944 selectedBackgroundColor(value: ResourceColor): this { method in ArkSearchComponent
DArkTextArea.ts1354 selectedBackgroundColor(value: ResourceColor): this { method in ArkTextAreaComponent
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dindexer_composed_element.cpp121 auto selectedBackgroundColor = render ? render->GetSelectedBackgroundColor() : Color::BLACK; in GetSelectedBackgroundColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
Dindexer_model_ng.cpp71 void IndexerModelNG::SetSelectedBackgroundColor(const std::optional<Color>& selectedBackgroundColor) in SetSelectedBackgroundColor()
509 FrameNode* frameNode, const std::optional<Color>& selectedBackgroundColor) in SetSelectedBackgroundColor()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Drich_editor_modifier.cpp267 auto selectedBackgroundColor = richEditorTheme->GetSelectedBackgroundColor(); in ResetRichEditorSelectedBackgroundColor() local
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/
Dchipgroup.js55 selectedBackgroundColor: { property
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
Dsegmentbutton.js296 selectedBackgroundColor: options.selectedBackgroundColor, property
319 selectedBackgroundColor: options.selectedBackgroundColor, property
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
Dtext_testthree_ng.cpp319 …std::optional<Color> selectedBackgroundColor = textLayoutProperty->GetSelectedBackgroundColorValue… variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
Dsearch_pattern.cpp1575 …auto selectedBackgroundColor = textFieldPaintProperty->GetSelectedBackgroundColor().value_or(Color… in ToJsonValueForCursor() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js8557 selectedBackgroundColor(value) { method in ArkRichEditorComponent
9759 selectedBackgroundColor(value) { method in ArkSearchComponent
12135 selectedBackgroundColor(value) { method in ArkTextComponent
13489 selectedBackgroundColor(value) { method in ArkTextAreaComponent
15175 selectedBackgroundColor(value) { method in ArkTextInputComponent
22284 selectedBackgroundColor(value) { method in ArkAlphabetIndexerComponent