1// Baseline format: 1.0
2BannedThrow: androidx.core.animation.AnimatorInflater#loadAnimator(android.content.Context, int):
3    Methods must not throw unchecked exceptions
4BannedThrow: androidx.core.animation.AnimatorInflater#loadAnimator(android.content.res.Resources, android.content.res.Resources.Theme, int):
5    Methods must not throw unchecked exceptions
6BannedThrow: androidx.core.animation.AnimatorInflater#loadInterpolator(android.content.Context, int):
7    Methods must not throw unchecked exceptions
8
9
10BuilderSetStyle: androidx.core.animation.AnimatorSet.Builder#after(androidx.core.animation.Animator):
11    Builder methods names should use setFoo() / addFoo() / clearFoo() style: method androidx.core.animation.AnimatorSet.Builder.after(androidx.core.animation.Animator)
12BuilderSetStyle: androidx.core.animation.AnimatorSet.Builder#after(long):
13    Builder methods names should use setFoo() / addFoo() / clearFoo() style: method androidx.core.animation.AnimatorSet.Builder.after(long)
14BuilderSetStyle: androidx.core.animation.AnimatorSet.Builder#before(androidx.core.animation.Animator):
15    Builder methods names should use setFoo() / addFoo() / clearFoo() style: method androidx.core.animation.AnimatorSet.Builder.before(androidx.core.animation.Animator)
16BuilderSetStyle: androidx.core.animation.AnimatorSet.Builder#with(androidx.core.animation.Animator):
17    Builder methods names should use setFoo() / addFoo() / clearFoo() style: method androidx.core.animation.AnimatorSet.Builder.with(androidx.core.animation.Animator)
18
19
20GetterSetterNames: androidx.core.animation.Keyframe#setValue(T):
21    Symmetric method for `hasValue` must be named `setHasValue`; was `setValue`
22
23
24StaticFinalBuilder: androidx.core.animation.AnimatorSet.Builder:
25    Builder must be final: androidx.core.animation.AnimatorSet.Builder
26