Home
last modified time | relevance | path

Searched refs:GetDragBackgroundColor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_overlay_modifier.cpp175 Color color = GetDragBackgroundColor(Color::WHITE); in PaintBackground()
377 Color RichEditorDragOverlayModifier::GetDragBackgroundColor(const Color& defaultColor) in GetDragBackgroundColor() function in OHOS::Ace::NG::RichEditorDragOverlayModifier
383 return richEditorTheme->GetDragBackgroundColor(); in GetDragBackgroundColor()
H A Drich_editor_drag_overlay_modifier.h134 Color GetDragBackgroundColor(const Color& defaultColor);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_theme.h116 const Color& GetDragBackgroundColor() const in GetDragBackgroundColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_overlay_modifier.cpp73 Color color = pattern->GetDragBackgroundColor(); in PaintBackground()
H A Dtext_drag_pattern.h214 Color GetDragBackgroundColor();
H A Dtext_drag_pattern.cpp321 Color TextDragPattern::GetDragBackgroundColor() in GetDragBackgroundColor() function in OHOS::Ace::NG::TextDragPattern
327 return textTheme->GetDragBackgroundColor(); in GetDragBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_theme.h186 const Color& GetDragBackgroundColor() const in GetDragBackgroundColor() function