1{ 2 "methods": { 3 "getActualRepeatCount()": { 4 "isImplementation": false, 5 "modifiers": [ 6 "public" 7 ], 8 "params": [], 9 "returnType": "int", 10 "exceptions": [], 11 "name": "getActualRepeatCount()", 12 "documentation": "Returns the value that was set as the repeat count. This is otherwise the same\nas getRepeatCount(), except when the count was set to infinite.\n\n@return Repeat count.\n" 13 }, 14 "reset()": { 15 "isImplementation": false, 16 "modifiers": [ 17 "public", 18 "static" 19 ], 20 "params": [], 21 "returnType": "void", 22 "exceptions": [], 23 "name": "reset()" 24 }, 25 "setRepeatCount(int)": { 26 "isImplementation": true, 27 "modifiers": [ 28 "protected" 29 ], 30 "params": [ 31 "count" 32 ], 33 "returnType": "void", 34 "exceptions": [], 35 "name": "setRepeatCount(int)" 36 } 37 }, 38 "imports": [ 39 "android.os.Build.VERSION_CODES.N", 40 "org.robolectric.shadow.api.Shadow.directlyOn", 41 "android.animation.AnimationHandler", 42 "android.animation.ValueAnimator", 43 "org.robolectric.RuntimeEnvironment", 44 "org.robolectric.annotation.Implementation", 45 "org.robolectric.annotation.Implements", 46 "org.robolectric.annotation.RealObject", 47 "org.robolectric.annotation.Resetter", 48 "org.robolectric.util.ReflectionHelpers" 49 ], 50 "name": "org.robolectric.shadows.ShadowValueAnimator" 51}