Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h244 Color GetFadeColor() const in GetFadeColor() function
401 GetFadeColor() == swiper.GetFadeColor() &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_fade_effect.h34 const Color& GetFadeColor() const in GetFadeColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp275 Color SwiperComponent::GetFadeColor() const in GetFadeColor() function in OHOS::Ace::SwiperComponent
277 return declaration_->GetFadeColor(); in GetFadeColor()
H A Dswiper_component.h85 Color GetFadeColor() const;
H A Drender_swiper.cpp219 fadeColor_ = swiper->GetFadeColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_effect.h36 const Color& GetFadeColor() const in GetFadeColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_paint_method.cpp100 brush.SetColor(ToRSColor(paintProperty->GetFadeColor().value_or(Color::GRAY))); in PaintFade()