Searched refs:useAnimation (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | swiper_controller.h | 86 void ChangeIndex(int32_t index, bool useAnimation) in ChangeIndex() argument 89 changeIndexImpl_(index, useAnimation); in ChangeIndex()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_controller_test_ng.cpp | 37 AssertionResult VerifyChangeIndex(int32_t targetIndex, bool useAnimation, int32_t expectIndex); 56 AssertionResult SwiperControllerTestNg::VerifyChangeIndex(int32_t targetIndex, bool useAnimation, i… in VerifyChangeIndex() argument 58 controller_->ChangeIndex(targetIndex, useAnimation); in VerifyChangeIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_helper.cpp | 54 controller->SetChangeIndexImpl([weak](int32_t index, bool useAnimation) { in InitSwiperController() argument 57 …LogTag::ACE_SWIPER, "Swiper ChangeIndex %{public}d, useAnimation:%{public}d", index, useAnimation); in InitSwiperController() 58 swiper->ChangeIndex(index, useAnimation); in InitSwiperController()
|
H A D | swiper_model_ng.h | 132 static void SetSwiperToIndex(FrameNode* frameNode, int32_t index, bool useAnimation);
|
H A D | swiper_model_ng.cpp | 784 void SwiperModelNG::SetSwiperToIndex(FrameNode* frameNode, int32_t index, bool useAnimation) in SetSwiperToIndex() argument 789 pattern->ChangeIndex(index, useAnimation); in SetSwiperToIndex()
|
H A D | swiper_pattern.h | 273 void ChangeIndex(int32_t index, bool useAnimation);
|
H A D | swiper_pattern.cpp | 1824 void SwiperPattern::ChangeIndex(int32_t index, bool useAnimation) in ChangeIndex() argument 1839 if (useAnimation) { in ChangeIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_swiper.cpp | 1136 bool useAnimation = false; in ChangeIndex() local 1138 useAnimation = args[1]->ToBoolean(); in ChangeIndex() 1141 controller_->ChangeIndex(index, useAnimation); in ChangeIndex()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-swiper.md | 542 changeIndex(index: number, useAnimation?: boolean) 557 | useAnimation| boolean | 否 | 设置翻至指定页面时是否有动效,true表示有动效,false表示没有动效。<br/>默认值:false。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-swiper.md | 542 changeIndex(index: number, useAnimation?: boolean) 557 | useAnimation| boolean | No | Whether to use an animation for when the target page is reached. T…
|