Searched refs:otherIndex (Results 1 – 2 of 2) sorted by relevance
497 void UpdateItemOpacity(uint8_t opacity, int32_t index, int32_t otherIndex);499 void UpdateItemPosition(double offset, int32_t index, int32_t otherIndex);
1447 void RenderSwiper::UpdateItemOpacity(uint8_t opacity, int32_t index, int32_t otherIndex) in UpdateItemOpacity() argument1452 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() argument1484 if (prevIndex != index && prevIndex != otherIndex) { in UpdateItemPosition()1491 if (nextIndex != index && nextIndex != otherIndex) { in UpdateItemPosition()