Searched refs:GetFadeColor (Results 1 – 7 of 7) sorted by relevance
244 Color GetFadeColor() const in GetFadeColor() function401 GetFadeColor() == swiper.GetFadeColor() &&
34 const Color& GetFadeColor() const in GetFadeColor() function
275 Color SwiperComponent::GetFadeColor() const in GetFadeColor() function in OHOS::Ace::SwiperComponent277 return declaration_->GetFadeColor(); in GetFadeColor()
85 Color GetFadeColor() const;
219 fadeColor_ = swiper->GetFadeColor(); in Update()
36 const Color& GetFadeColor() const in GetFadeColor() function
100 brush.SetColor(ToRSColor(paintProperty->GetFadeColor().value_or(Color::GRAY))); in PaintFade()