Home
last modified time | relevance | path

Searched refs:GetHandleColor (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_paint_method.cpp45 modifier->SetHandleColor(textOverlayTheme->GetHandleColor()); in UpdateContentModifier()
47 modifier->SetHandleColor(info_.handleColor.value_or(textOverlayTheme->GetHandleColor())); in UpdateContentModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_paint_method.cpp75 selectOverlayContentModifier_->SetHandleColor(textOverlayTheme->GetHandleColor()); in UpdateContentModifier()
77 …yContentModifier_->SetHandleColor(info_.handlerColor.value_or(textOverlayTheme->GetHandleColor())); in UpdateContentModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.h82 std::optional<Color> GetHandleColor() override;
H A Dbase_text_select_overlay.h254 virtual std::optional<Color> GetHandleColor() in GetHandleColor() function
H A Dtext_select_overlay.cpp543 std::optional<Color> TextSelectOverlay::GetHandleColor() in GetHandleColor() function in OHOS::Ace::NG::TextSelectOverlay
H A Dbase_text_select_overlay.cpp1201 info->handlerColor = GetHandleColor(); in OnHandleMarkInfoChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.h95 std::optional<Color> GetHandleColor() override;
H A Dtext_field_select_overlay.cpp592 std::optional<Color> TextFieldSelectOverlay::GetHandleColor() in GetHandleColor() function in OHOS::Ace::NG::TextFieldSelectOverlay
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_theme.h123 const Color& GetHandleColor() const in GetHandleColor() function
H A Dtext_overlay_component.h98 const Color& GetHandleColor() const;
H A Dtext_overlay_component.cpp78 handleColor_ = theme_->GetHandleColor(); in InitThemeStyle()
519 const Color& TextOverlayComponent::GetHandleColor() const in GetHandleColor() function in OHOS::Ace::TextOverlayComponent
H A Drender_text_overlay.cpp163 handleColor_ = overlay->GetHandleColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_paint_method_test_ng.cpp1032 EXPECT_TRUE(contentModifier->handleColor_->Get() == overlayTheme->GetHandleColor());