自定义了MyGallery extends Gallery然后设置动画时间myGallery.setAnimationDuration(1000);然后Gallery中的item在切换(myGallery.setSelection())的时候,切换的时间还是默认400毫秒这是什么原因造成的?