Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_info.h28 std::optional<Color> selectedBackgroundColor; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-alphabet-indexer.md88 ### selectedBackgroundColor subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-alphabet-indexer.md96 ### selectedBackgroundColor subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_overlay_modifier.cpp95 void RichEditorOverlayModifier::SetSelectedBackgroundColor(uint32_t selectedBackgroundColor) in SetSelectedBackgroundColor()
H A Drich_editor_pattern.h798 void SetSelectedBackgroundColor(const Color& selectedBackgroundColor) in SetSelectedBackgroundColor()
H A Drich_editor_pattern.cpp9168 Color selectedBackgroundColor; in OnBackPressed() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dindexer_composed_element.cpp121 auto selectedBackgroundColor = render ? render->GetSelectedBackgroundColor() : Color::BLACK; in GetSelectedBackgroundColor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.cpp71 void IndexerModelNG::SetSelectedBackgroundColor(const std::optional<Color>& selectedBackgroundColor) in SetSelectedBackgroundColor()
509 FrameNode* frameNode, const std::optional<Color>& selectedBackgroundColor) in SetSelectedBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/
H A Dchipgroup.js55 selectedBackgroundColor: { class in b1.itemStyle
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drich_editor_modifier.cpp267 auto selectedBackgroundColor = richEditorTheme->GetSelectedBackgroundColor(); in ResetRichEditorSelectedBackgroundColor() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp319 …std::optional<Color> selectedBackgroundColor = textLayoutProperty->GetSelectedBackgroundColorValue… variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp1568 …auto selectedBackgroundColor = textFieldPaintProperty->GetSelectedBackgroundColor().value_or(Color… in ToJsonValueForCursor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js8414 selectedBackgroundColor(value) { method in ArkRichEditorComponent
9562 selectedBackgroundColor(value) { method in ArkSearchComponent
11926 selectedBackgroundColor(value) { method in ArkTextComponent
13231 selectedBackgroundColor(value) { method in ArkTextAreaComponent
14856 selectedBackgroundColor(value) { method in ArkTextInputComponent
21799 selectedBackgroundColor(value) { method in ArkAlphabetIndexerComponent