Home
last modified time | relevance | path

Searched defs:selectedBackgroundColor (Results 1 – 15 of 15) 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/bridge/declarative_frontend/ark_component/src/
DArkRichEditor.ts299 selectedBackgroundColor(value: ResourceColor): RichEditorAttribute { method in ArkRichEditorComponent
DArkAlphabetIndexer.ts36 selectedBackgroundColor(value: ResourceColor): this { method in ArkAlphabetIndexerComponent
DArkSearch.ts931 selectedBackgroundColor(value: ResourceColor): this { method in ArkSearchComponent
DArkTextArea.ts1312 selectedBackgroundColor(value: ResourceColor): this { method in ArkTextAreaComponent
/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.h793 void SetSelectedBackgroundColor(const Color& selectedBackgroundColor) in SetSelectedBackgroundColor()
Drich_editor_pattern.cpp8785 Color selectedBackgroundColor; in OnBackPressed() local
/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.js36selectedBackgroundColor: { "id": -1, "type": 10001, params: ['sys.color.ohos_id_color_emphasize'],… property
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
Dsegmentbutton.js292 selectedBackgroundColor: options.selectedBackgroundColor, property
315 selectedBackgroundColor: options.selectedBackgroundColor, property
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
Dsearch_pattern.cpp1547 …auto selectedBackgroundColor = textFieldPaintProperty->GetSelectedBackgroundColor().value_or(Color… in ToJsonValueForCursor() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js8044 selectedBackgroundColor(value) { method in ArkRichEditorComponent
9192 selectedBackgroundColor(value) { method in ArkSearchComponent
12785 selectedBackgroundColor(value) { method in ArkTextAreaComponent
14410 selectedBackgroundColor(value) { method in ArkTextInputComponent
21118 selectedBackgroundColor(value) { method in ArkAlphabetIndexerComponent