1{ 2 "methods": { 3 "smoothScrollBy(int,int)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [ 9 "x", 10 "y" 11 ], 12 "returnType": "void", 13 "exceptions": [], 14 "name": "smoothScrollBy(int,int)" 15 }, 16 "smoothScrollTo(int,int)": { 17 "isImplementation": true, 18 "modifiers": [ 19 "protected" 20 ], 21 "params": [ 22 "x", 23 "y" 24 ], 25 "returnType": "void", 26 "exceptions": [], 27 "name": "smoothScrollTo(int,int)" 28 } 29 }, 30 "imports": [ 31 "android.widget.ScrollView", 32 "org.robolectric.annotation.Implementation", 33 "org.robolectric.annotation.Implements" 34 ], 35 "name": "org.robolectric.shadows.ShadowScrollView" 36}