new AnimationSet(true) 这里的true是什么意思?

AnimationSet animationSet=new AnimationSet(true) 

如题,在学习android studio动画这块的时候遇到的

顺便有人知道,不清楚类和函数里面一些参数是什么意思的时候去哪找官方帮助文档吗

 参考官方文档

 

简单说就是用自己的interpolator就传false否则传true

 

https://developer.android.google.cn/reference/android/view/animation/AnimationSet?hl=en#AnimationSet(boolean)

 

另外这个官方文档不用翻墙,有中文,部分英文的拿百度翻译将就一下吧

 

https://developer.android.google.cn/guide