/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_update_ng.cpp | 147 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 D | indexer_component.cpp | 135 textItem->SetSelectedBackgroundColor(selectedBgColor_); in BuildTextItem() 168 textItem->SetSelectedBackgroundColor(selectedBgColor_); in UpdateTextStyle()
|
H A D | indexer_item_component.h | 141 void SetSelectedBackgroundColor(const Color& bgColor) in SetSelectedBackgroundColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_model_ng.h | 44 void SetSelectedBackgroundColor(const Color& selectedColor) override; 70 static void SetSelectedBackgroundColor(FrameNode* frameNode, const Color& selectedColor);
|
H A D | rich_editor_model_ng.cpp | 310 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 D | rich_editor_overlay_modifier.h | 34 void SetSelectedBackgroundColor(uint32_t selectedBackgroundColor);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_indexer_theme.h | 38 … IndexerModel::GetInstance()->SetSelectedBackgroundColor(themeColors->CompEmphasizeSecondary()); in ApplyTheme()
|
H A D | js_search_theme.h | 46 SearchModel::GetInstance()->SetSelectedBackgroundColor(selectedColor); in ApplyTheme()
|
H A D | js_textinput_theme.h | 50 TextFieldModel::GetInstance()->SetSelectedBackgroundColor(selectedColor); in ApplyTheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_model_ng.h | 29 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 D | indexer_model_impl.cpp | 69 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 D | richeditor_model_impl.h | 41 void SetSelectedBackgroundColor(const Color& selectedColor) override {} in SetSelectedBackgroundColor() function
|
H A D | indexer_model_impl.h | 28 void SetSelectedBackgroundColor(const std::optional<Color>& color) override;
|
H A D | text_model_impl.h | 38 void SetSelectedBackgroundColor(const Color& value) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_indexer.h | 33 static void SetSelectedBackgroundColor(const JSCallbackInfo& args);
|
H A D | js_search.h | 75 static void SetSelectedBackgroundColor(const JSCallbackInfo& info);
|
H A D | js_text.h | 59 static void SetSelectedBackgroundColor(const JSCallbackInfo& info);
|
H A D | js_indexer.cpp | 161 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 D | alphabet_indexer_modifier.cpp | 264 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 D | rich_editor_modifier.cpp | 258 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 D | arkts_native_rich_editor_bridge.h | 57 static ArkUINativeModuleValue SetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.h | 42 static ArkUINativeModuleValue SetSelectedBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_model_ng.h | 39 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 D | search_model_ng.h | 89 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 D | dom_option.cpp | 46 selectOptionComponent_->SetSelectedBackgroundColor(theme_->GetSelectedColor()); in ResetInitializedStyle()
|