How to get android animation scale speeds programmatically?
The answer was (just like the comment that I posted under the post):
Finally, I found this code which helped me get users current animation speed scale.
Settings.Global.getFloat(getContentResolver(),
Settings.Global.ANIMATOR_DURATION_SCALE, 1.0f);