/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_update_ng.cpp | 149 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::BLUE); 156 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::RED); 211 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::WHITE); 218 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::BLACK); 249 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::GRAY); 273 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::BLUE); 280 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::RED); 373 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::GRAY); 404 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::RED); 528 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::RED); [all …]
|
H A D | search_test_ng.cpp | 1866 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::BLUE); 1873 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::RED);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | indexer_composed_element.cpp | 33 … [](const IndexerComposedElement& inspector) { return inspector.GetSelectedBackgroundColor(); } }, in __anoncaba870b0502() 114 std::string IndexerComposedElement::GetSelectedBackgroundColor() const in GetSelectedBackgroundColor() function in OHOS::Ace::V2::IndexerComposedElement 121 auto selectedBackgroundColor = render ? render->GetSelectedBackgroundColor() : Color::BLACK; in GetSelectedBackgroundColor()
|
H A D | indexer_composed_element.h | 39 std::string GetSelectedBackgroundColor() const;
|
H A D | select_composed_element.cpp | 146 return ConvertColorToString(optionItem->GetSelectedBackgroundColor()); in GetSelectBgColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | indexer_item_component.h | 146 const Color& GetSelectedBackgroundColor() in GetSelectedBackgroundColor() function
|
H A D | render_indexer_item.h | 106 Color GetSelectedBackgroundColor() const in GetSelectedBackgroundColor() function
|
H A D | render_indexer_item.cpp | 46 selectedBgColor_ = itemComponent->GetSelectedBackgroundColor(); in Update()
|
H A D | indexer_component.h | 216 const Color& GetSelectedBackgroundColor() in GetSelectedBackgroundColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_paint_method.cpp | 55 …overlayMod->SetSelectedBackgroundColor(richEditorPattern->GetSelectedBackgroundColor().GetValue()); in UpdateOverlayModifier()
|
H A D | rich_editor_theme.h | 176 const Color GetSelectedBackgroundColor() in GetSelectedBackgroundColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | render_option.cpp | 240 PlayEventEffectAnimation(data_->GetSelectedBackgroundColor(), PRESS_DURATION); in HandleMouseEvent() 334 backColor_ = data_->GetSelectedBackgroundColor(); in UpdateSelectedStatus()
|
H A D | option_component.h | 382 const Color& GetSelectedBackgroundColor() const in GetSelectedBackgroundColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_model_ng.h | 169 static Color GetSelectedBackgroundColor(FrameNode* frameNode);
|
H A D | text_pattern.h | 720 std::string GetSelectedBackgroundColor() const;
|
H A D | text_model_ng.cpp | 986 Color TextModelNG::GetSelectedBackgroundColor(FrameNode* frameNode) in GetSelectedBackgroundColor() function in OHOS::Ace::NG::TextModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | rich_editor_modifier.cpp | 267 auto selectedBackgroundColor = richEditorTheme->GetSelectedBackgroundColor(); in ResetRichEditorSelectedBackgroundColor()
|
H A D | node_text_modifier.cpp | 998 return TextModelNG::GetSelectedBackgroundColor(frameNode).GetValue(); in GetTextSelectedBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_test.cpp | 1567 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::BLUE); 1574 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::RED);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.h | 204 static Color GetSelectedBackgroundColor(FrameNode* frameNode);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_pattern.cpp | 786 …paintProperty->GetSelectedBackgroundColor().value_or(indexerTheme->GetSeclectedBackgroundColor())); in ApplyIndexChanged() 791 … childRenderContext->UpdateBackgroundColor(paintProperty->GetSelectedBackgroundColor().value_or( in ApplyIndexChanged() 1713 …paintProperty->GetSelectedBackgroundColor().value_or(indexerTheme->GetSeclectedBackgroundColor())); in ItemSelectedInAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 420 EXPECT_FALSE(paintProperty_->GetSelectedBackgroundColor().has_value()); 513 EXPECT_FALSE(paintProperty_->GetSelectedBackgroundColor().has_value());
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_overlay_test_ng.cpp | 167 Color patternSelectedBackgroundColor = richEditorPattern->GetSelectedBackgroundColor(); 170 patternSelectedBackgroundColor = richEditorPattern->GetSelectedBackgroundColor();
|
H A D | rich_editor_edit_testone_ng.cpp | 1115 auto ret = richEditorPattern->GetSelectedBackgroundColor();
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_test_ng.cpp | 247 ASSERT_EQ(textModelNG.GetSelectedBackgroundColor(frameNode), Color::BLACK); 250 ASSERT_EQ(textModelNG.GetSelectedBackgroundColor(frameNode), Color::BLACK); 440 ASSERT_EQ(textModelNG.GetSelectedBackgroundColor(frameNode), Color::BLACK);
|