Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h497 void UpdateItemOpacity(uint8_t opacity, int32_t index, int32_t otherIndex);
499 void UpdateItemPosition(double offset, int32_t index, int32_t otherIndex);
H A Drender_swiper.cpp1447 void RenderSwiper::UpdateItemOpacity(uint8_t opacity, int32_t index, int32_t otherIndex) in UpdateItemOpacity() argument
1452 if (preIndex != index && preIndex != otherIndex) { in UpdateItemOpacity()
1456 if (nextIndex != index && nextIndex != otherIndex) { in UpdateItemOpacity()
1477 void RenderSwiper::UpdateItemPosition(double offset, int32_t index, int32_t otherIndex) in UpdateItemPosition() argument
1484 if (prevIndex != index && prevIndex != otherIndex) { in UpdateItemPosition()
1491 if (nextIndex != index && nextIndex != otherIndex) { in UpdateItemPosition()