Home
last modified time | relevance | path

Searched refs:patternSelectedBackgroundColor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp167 Color patternSelectedBackgroundColor = richEditorPattern->GetSelectedBackgroundColor(); variable
168 EXPECT_EQ(patternSelectedBackgroundColor, SYSTEM_SELECT_BACKGROUND_COLOR);
170 patternSelectedBackgroundColor = richEditorPattern->GetSelectedBackgroundColor();
172 EXPECT_EQ(patternSelectedBackgroundColor, selectedBackgroundColorResult);
H A Drich_editor_test_ng.cpp4261 Color patternSelectedBackgroundColor = richEditorPattern->GetSelectedBackgroundColor(); variable
4262 EXPECT_EQ(patternSelectedBackgroundColor, SYSTEM_SELECT_BACKGROUND_COLOR);
4264 patternSelectedBackgroundColor = richEditorPattern->GetSelectedBackgroundColor();
4266 EXPECT_EQ(patternSelectedBackgroundColor, selectedBackgroundColorResult);