Home
last modified time | relevance | path

Searched refs:fadeColor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h60 Color fadeColor = Color::GRAY; member
247 return style.fadeColor; in GetFadeColor()
250 void SetFadeColor(Color fadeColor) in SetFadeColor() argument
253 style.fadeColor = fadeColor; in SetFadeColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp280 void SwiperComponent::SetFadeColor(const Color& fadeColor) in SetFadeColor() argument
282 declaration_->SetFadeColor(fadeColor); in SetFadeColor()
H A Dswiper_component.h86 void SetFadeColor(const Color& fadeColor);