Home
last modified time | relevance | path

Searched refs:SetSelectedBackgroundColor (Results 1 – 25 of 79) sorted by relevance

1234

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_update_ng.cpp147 searchModelInstance.SetSelectedBackgroundColor(DEFAULT_SELECTED_BACKFROUND_COLOR_BLUE);
209 searchModelInstance.SetSelectedBackgroundColor(DEFAULT_SELECTED_BACKFROUND_COLOR_WHITE);
240 searchModelInstance.SetSelectedBackgroundColor(DEFAULT_SELECTED_BACKFROUND_COLOR_GREEN);
271 searchModelInstance.SetSelectedBackgroundColor(DEFAULT_SELECTED_BACKFROUND_COLOR_BLUE);
333 searchModelInstance.SetSelectedBackgroundColor(DEFAULT_SELECTED_BACKFROUND_COLOR_WHITE);
364 searchModelInstance.SetSelectedBackgroundColor(DEFAULT_SELECTED_BACKFROUND_COLOR_GREEN);
395 searchModelInstance.SetSelectedBackgroundColor(DEFAULT_SELECTED_BACKFROUND_COLOR_BLUE);
457 searchModelInstance.SetSelectedBackgroundColor(DEFAULT_SELECTED_BACKFROUND_COLOR_WHITE);
519 searchModelInstance.SetSelectedBackgroundColor(DEFAULT_SELECTED_BACKFROUND_COLOR_BLUE);
643 searchModelInstance.SetSelectedBackgroundColor(DEFAULT_SELECTED_BACKFROUND_COLOR_BLUE);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_component.cpp135 textItem->SetSelectedBackgroundColor(selectedBgColor_); in BuildTextItem()
168 textItem->SetSelectedBackgroundColor(selectedBgColor_); in UpdateTextStyle()
H A Dindexer_item_component.h141 void SetSelectedBackgroundColor(const Color& bgColor) in SetSelectedBackgroundColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model_ng.h44 void SetSelectedBackgroundColor(const Color& selectedColor) override;
70 static void SetSelectedBackgroundColor(FrameNode* frameNode, const Color& selectedColor);
H A Drich_editor_model_ng.cpp310 void RichEditorModelNG::SetSelectedBackgroundColor(const Color& selectedColor) in SetSelectedBackgroundColor() function in OHOS::Ace::NG::RichEditorModelNG
316 pattern->SetSelectedBackgroundColor(selectedColor); in SetSelectedBackgroundColor()
319 void RichEditorModelNG::SetSelectedBackgroundColor(FrameNode* frameNode, const Color& selectedColor) in SetSelectedBackgroundColor() function in OHOS::Ace::NG::RichEditorModelNG
323 pattern->SetSelectedBackgroundColor(selectedColor); in SetSelectedBackgroundColor()
H A Drich_editor_overlay_modifier.h34 void SetSelectedBackgroundColor(uint32_t selectedBackgroundColor);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_indexer_theme.h38 … IndexerModel::GetInstance()->SetSelectedBackgroundColor(themeColors->CompEmphasizeSecondary()); in ApplyTheme()
H A Djs_search_theme.h46 SearchModel::GetInstance()->SetSelectedBackgroundColor(selectedColor); in ApplyTheme()
H A Djs_textinput_theme.h50 TextFieldModel::GetInstance()->SetSelectedBackgroundColor(selectedColor); in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.h29 void SetSelectedBackgroundColor(const std::optional<Color>& color) override;
84 static void SetSelectedBackgroundColor(FrameNode* frameNode, const std::optional<Color>& color);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.cpp69 void IndexerModelImpl::SetSelectedBackgroundColor(const std::optional<Color>& color) in SetSelectedBackgroundColor() function in OHOS::Ace::Framework::IndexerModelImpl
74 indexerComponent->SetSelectedBackgroundColor(color.value()); in SetSelectedBackgroundColor()
H A Dricheditor_model_impl.h41 void SetSelectedBackgroundColor(const Color& selectedColor) override {} in SetSelectedBackgroundColor() function
H A Dindexer_model_impl.h28 void SetSelectedBackgroundColor(const std::optional<Color>& color) override;
H A Dtext_model_impl.h38 void SetSelectedBackgroundColor(const Color& value) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.h33 static void SetSelectedBackgroundColor(const JSCallbackInfo& args);
H A Djs_search.h75 static void SetSelectedBackgroundColor(const JSCallbackInfo& info);
H A Djs_text.h59 static void SetSelectedBackgroundColor(const JSCallbackInfo& info);
H A Djs_indexer.cpp161 void JSIndexer::SetSelectedBackgroundColor(const JSCallbackInfo& args) in SetSelectedBackgroundColor() function in OHOS::Ace::Framework::JSIndexer
166 IndexerModel::GetInstance()->SetSelectedBackgroundColor(PaseColor(args)); in SetSelectedBackgroundColor()
562 …s<JSIndexer>::StaticMethod("selectedBackgroundColor", &JSIndexer::SetSelectedBackgroundColor, opt); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp264 void SetSelectedBackgroundColor(ArkUINodeHandle node, uint32_t color) in SetSelectedBackgroundColor() function
268 IndexerModelNG::SetSelectedBackgroundColor(frameNode, Color(color)); in SetSelectedBackgroundColor()
280 IndexerModelNG::SetSelectedBackgroundColor(frameNode, color); in ResetSelectedBackgroundColor()
558 …SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetAlphabetIndexerModifier()
576 …SetPopupBackground, ResetPopupBackground, SetSelectedBackgroundColor, ResetSelectedBackgroundColor, in GetCJUIAlphabetIndexerModifier()
H A Drich_editor_modifier.cpp258 RichEditorModelNG::SetSelectedBackgroundColor(frameNode, Color(color)); in SetRichEditorSelectedBackgroundColor()
270 RichEditorModelNG::SetSelectedBackgroundColor(frameNode, selectedBackgroundColor); in ResetRichEditorSelectedBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.h57 static ArkUINativeModuleValue SetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_alphabet_indexer_bridge.h42 static ArkUINativeModuleValue SetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.h39 void SetSelectedBackgroundColor(const Color& value) override;
133 static void SetSelectedBackgroundColor(FrameNode* frameNode, const Color& value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.h89 void SetSelectedBackgroundColor(const Color& value) override;
135 static void SetSelectedBackgroundColor(FrameNode* frameNode, const Color& value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_option.cpp46 selectOptionComponent_->SetSelectedBackgroundColor(theme_->GetSelectedColor()); in ResetInitializedStyle()

1234