1{ 2 "methods": { 3 "__constructor__(android.graphics.SurfaceTexture)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [ 9 "surfaceTexture" 10 ], 11 "returnType": "void", 12 "exceptions": [], 13 "name": "__constructor__(android.graphics.SurfaceTexture)" 14 }, 15 "getSurfaceTexture()": { 16 "isImplementation": false, 17 "modifiers": [ 18 "public" 19 ], 20 "params": [], 21 "returnType": "android.graphics.SurfaceTexture", 22 "exceptions": [], 23 "name": "getSurfaceTexture()" 24 } 25 }, 26 "imports": [ 27 "android.graphics.SurfaceTexture", 28 "android.view.Surface", 29 "org.robolectric.annotation.Implementation", 30 "org.robolectric.annotation.Implements", 31 "org.robolectric.annotation.RealObject", 32 "org.robolectric.shadow.api.Shadow", 33 "org.robolectric.util.ReflectionHelpers.ClassParameter" 34 ], 35 "name": "org.robolectric.shadows.ShadowSurface" 36}