1{ 2 "methods": { 3 "getGravity()": { 4 "isImplementation": false, 5 "modifiers": [ 6 "public" 7 ], 8 "params": [], 9 "returnType": "int", 10 "exceptions": [], 11 "name": "getGravity()" 12 } 13 }, 14 "imports": [ 15 "android.widget.LinearLayout", 16 "org.robolectric.annotation.Implements", 17 "org.robolectric.annotation.RealObject", 18 "org.robolectric.util.ReflectionHelpers" 19 ], 20 "name": "org.robolectric.shadows.ShadowLinearLayout" 21}