{ "methods": { "smoothScrollBy(int,int)": { "isImplementation": true, "modifiers": [ "protected" ], "params": [ "x", "y" ], "returnType": "void", "exceptions": [], "name": "smoothScrollBy(int,int)" }, "smoothScrollTo(int,int)": { "isImplementation": true, "modifiers": [ "protected" ], "params": [ "x", "y" ], "returnType": "void", "exceptions": [], "name": "smoothScrollTo(int,int)" } }, "imports": [ "android.widget.ScrollView", "org.robolectric.annotation.Implementation", "org.robolectric.annotation.Implements" ], "name": "org.robolectric.shadows.ShadowScrollView" }