Searched refs:GetHandleColor (Results 1 – 13 of 13) sorted by relevance
45 modifier->SetHandleColor(textOverlayTheme->GetHandleColor()); in UpdateContentModifier()47 modifier->SetHandleColor(info_.handleColor.value_or(textOverlayTheme->GetHandleColor())); in UpdateContentModifier()
75 selectOverlayContentModifier_->SetHandleColor(textOverlayTheme->GetHandleColor()); in UpdateContentModifier()77 …yContentModifier_->SetHandleColor(info_.handlerColor.value_or(textOverlayTheme->GetHandleColor())); in UpdateContentModifier()
82 std::optional<Color> GetHandleColor() override;
254 virtual std::optional<Color> GetHandleColor() in GetHandleColor() function
543 std::optional<Color> TextSelectOverlay::GetHandleColor() in GetHandleColor() function in OHOS::Ace::NG::TextSelectOverlay
1201 info->handlerColor = GetHandleColor(); in OnHandleMarkInfoChange()
95 std::optional<Color> GetHandleColor() override;
592 std::optional<Color> TextFieldSelectOverlay::GetHandleColor() in GetHandleColor() function in OHOS::Ace::NG::TextFieldSelectOverlay
123 const Color& GetHandleColor() const in GetHandleColor() function
98 const Color& GetHandleColor() const;
78 handleColor_ = theme_->GetHandleColor(); in InitThemeStyle()519 const Color& TextOverlayComponent::GetHandleColor() const in GetHandleColor() function in OHOS::Ace::TextOverlayComponent
163 handleColor_ = overlay->GetHandleColor(); in Update()
1032 EXPECT_TRUE(contentModifier->handleColor_->Get() == overlayTheme->GetHandleColor());