/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_update_ng.cpp | 149 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::BLUE); in HWTEST_F() 156 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::RED); in HWTEST_F() 180 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::TRANSPARENT); in HWTEST_F() 187 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::FOREGROUND); in HWTEST_F() 211 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::WHITE); in HWTEST_F() 218 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::BLACK); in HWTEST_F() 242 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::GREEN); in HWTEST_F() 249 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::GRAY); in HWTEST_F() 273 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::BLUE); in HWTEST_F() 280 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Colo in HWTEST_F() [all...] |
H A D | search_test_ng.cpp | 1886 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::BLUE); in HWTEST_F() 1893 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::RED); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | indexer_composed_element.h | 39 std::string GetSelectedBackgroundColor() const;
|
H A D | indexer_composed_element.cpp | 28 [](const IndexerComposedElement& inspector) { return inspector.GetSelectedBackgroundColor(); } }, 109 std::string IndexerComposedElement::GetSelectedBackgroundColor() const in GetSelectedBackgroundColor() function in OHOS::Ace::V2::IndexerComposedElement 116 auto selectedBackgroundColor = render ? render->GetSelectedBackgroundColor() : Color::BLACK; in GetSelectedBackgroundColor()
|
H A D | select_composed_element.cpp | 146 return ConvertColorToString(optionItem->GetSelectedBackgroundColor());
in GetSelectBgColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | indexer_item_component.h | 146 const Color& GetSelectedBackgroundColor() in GetSelectedBackgroundColor() function in OHOS::Ace::V2::IndexerItemComponent
|
H A D | render_indexer_item.h | 106 Color GetSelectedBackgroundColor() const in GetSelectedBackgroundColor() function in OHOS::Ace::V2::RenderIndexerItem
|
H A D | indexer_component.h | 216 const Color& GetSelectedBackgroundColor() in GetSelectedBackgroundColor() function in OHOS::Ace::V2::IndexerComponent
|
H A D | render_indexer_item.cpp | 44 selectedBgColor_ = itemComponent->GetSelectedBackgroundColor(); in Update()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_paint_method.cpp | 51 overlayMod->SetSelectedColor(richEditorPattern->GetSelectedBackgroundColor().GetValue()); in UpdateOverlayModifier()
|
H A D | rich_editor_theme.h | 176 const Color GetSelectedBackgroundColor() in GetSelectedBackgroundColor() function in OHOS::Ace::NG::RichEditorTheme
|
H A D | rich_editor_overlay_modifier.cpp | 219 SetSelectedColor(richEditorPattern->GetSelectedBackgroundColor().GetValue()); in onDraw()
|
/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 in OHOS::Ace::OptionComponent
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_pattern.cpp | 854 paintProperty->GetSelectedBackgroundColor().value_or(indexerTheme->GetSelectedBackgroundColor())); in UpdateFocusAndSelectedStyle() 856 textRenderContext->UpdateBackgroundColor(paintProperty->GetSelectedBackgroundColor().value_or( in UpdateFocusAndSelectedStyle() 857 indexerTheme->GetSelectedBackgroundColor())); in UpdateFocusAndSelectedStyle() 1736 paintProperty->GetSelectedBackgroundColor().value_or(indexerTheme->GetSelectedBackgroundColor()); in ItemSelectedInAnimation()
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_theme.h | 79 const Color& GetSelectedBackgroundColor() const in GetSelectedBackgroundColor() function in OHOS::Ace::IndexerTheme
|
/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_model_ng.cpp | 971 Color TextModelNG::GetSelectedBackgroundColor(FrameNode* frameNode) in GetSelectedBackgroundColor() function in OHOS::Ace::NG::TextModelNG
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.h | 209 static Color GetSelectedBackgroundColor(FrameNode* frameNode);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | rich_editor_modifier.cpp | 268 auto selectedBackgroundColor = richEditorTheme->GetSelectedBackgroundColor(); in ResetRichEditorSelectedBackgroundColor()
|
H A D | alphabet_indexer_modifier.cpp | 276 Color color = indexerTheme->GetSelectedBackgroundColor(); in ResetSelectedBackgroundColor()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_overlay_test_ng.cpp | 167 Color patternSelectedBackgroundColor = richEditorPattern->GetSelectedBackgroundColor(); in HWTEST_F() 170 patternSelectedBackgroundColor = richEditorPattern->GetSelectedBackgroundColor(); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 420 EXPECT_FALSE(paintProperty_->GetSelectedBackgroundColor().has_value()); in HWTEST_F() 513 EXPECT_FALSE(paintProperty_->GetSelectedBackgroundColor().has_value()); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_test.cpp | 1816 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::BLUE); in HWTEST_F() 1823 EXPECT_EQ(paintProperty->GetSelectedBackgroundColor(), Color::RED); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_test_ng.cpp | 248 ASSERT_EQ(textModelNG.GetSelectedBackgroundColor(frameNode), Color::BLACK); in HWTEST_F() 251 ASSERT_EQ(textModelNG.GetSelectedBackgroundColor(frameNode), Color::BLACK); in HWTEST_F() 416 * @tc.desc: Test GetSelectedBackgroundColor when GetHost is nullptr. 441 ASSERT_EQ(textModelNG.GetSelectedBackgroundColor(frameNode), Color::BLACK); in HWTEST_F()
|