Home
last modified time | relevance | path

Searched refs:DuringFadeAnimation (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h795 inline bool DuringFadeAnimation() const;
H A Dswiper_pattern.cpp4940 if (!DuringTranslateAnimation() && !DuringFadeAnimation()) { in OnScrollEndRecursive()
4955 if (!DuringTranslateAnimation() && !DuringFadeAnimation()) { in OnScrollDragEndRecursive()
4980 inline bool SwiperPattern::DuringFadeAnimation() const in DuringFadeAnimation() function in OHOS::Ace::NG::SwiperPattern