Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp171 if (SupportSwiperCustomAnimation()) { in CreateLayoutAlgorithm()
312 if (SupportSwiperCustomAnimation() && hasCachedCapture) { in InitCapture()
963 if (SupportSwiperCustomAnimation()) { in OnDirtyLayoutWrapperSwap()
1034 if (SupportSwiperCustomAnimation() && needFireCustomAnimationEvent_) { in OnDirtyLayoutWrapperSwap()
1081 if (context && !isNeedPlayTranslateAnimation && !SupportSwiperCustomAnimation()) { in OnDirtyLayoutWrapperSwap()
1302 if (!SupportSwiperCustomAnimation()) { in HandleSwiperCustomAnimation()
H A Dswiper_pattern.h913 bool SupportSwiperCustomAnimation() in SupportSwiperCustomAnimation() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp62 EXPECT_TRUE(pattern_->SupportSwiperCustomAnimation()); in CreateWithCustomAnimation()