Home
last modified time | relevance | path

Searched refs:dragBackgroundColor_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_theme.h71 theme->dragBackgroundColor_ = dragBackgroundColor; in ParsePattern()
118 return dragBackgroundColor_; in GetDragBackgroundColor()
148 Color dragBackgroundColor_ = Color::WHITE; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_theme.h75 theme->dragBackgroundColor_ = dragBackgroundColor; in ParsePattern()
188 return dragBackgroundColor_; in GetDragBackgroundColor()
249 Color dragBackgroundColor_ = Color::WHITE; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_pattern_test_ng.cpp84 textTheme->dragBackgroundColor_ = Color::WHITE; in SetUpTestSuite()