1{ 2 "methods": { 3 "getNativePtr()": { 4 "isImplementation": false, 5 "modifiers": [], 6 "params": [], 7 "returnType": "long", 8 "exceptions": [], 9 "name": "getNativePtr()" 10 }, 11 "getResources()": { 12 "isImplementation": false, 13 "modifiers": [ 14 "private" 15 ], 16 "params": [], 17 "returnType": "android.content.res.Resources", 18 "exceptions": [], 19 "name": "getResources()" 20 }, 21 "getShadowAssetManager()": { 22 "isImplementation": false, 23 "modifiers": [ 24 "private" 25 ], 26 "params": [], 27 "returnType": "org.robolectric.shadows.ShadowLegacyAssetManager", 28 "exceptions": [], 29 "name": "getShadowAssetManager()" 30 }, 31 "obtainStyledAttributes(android.util.AttributeSet,int[],int,int)": { 32 "isImplementation": true, 33 "modifiers": [ 34 "protected" 35 ], 36 "params": [ 37 "set", 38 "attrs", 39 "defStyleAttr", 40 "defStyleRes" 41 ], 42 "returnType": "android.content.res.TypedArray", 43 "exceptions": [], 44 "maxSdk": 23, 45 "name": "obtainStyledAttributes(android.util.AttributeSet,int[],int,int)" 46 }, 47 "obtainStyledAttributes(int,int[])": { 48 "isImplementation": true, 49 "modifiers": [ 50 "protected" 51 ], 52 "params": [ 53 "resid", 54 "attrs" 55 ], 56 "returnType": "android.content.res.TypedArray", 57 "exceptions": [ 58 "android.content.res.Resources.NotFoundException" 59 ], 60 "maxSdk": 23, 61 "name": "obtainStyledAttributes(int,int[])" 62 }, 63 "obtainStyledAttributes(int[])": { 64 "isImplementation": true, 65 "modifiers": [ 66 "protected" 67 ], 68 "params": [ 69 "attrs" 70 ], 71 "returnType": "android.content.res.TypedArray", 72 "exceptions": [], 73 "maxSdk": 23, 74 "name": "obtainStyledAttributes(int[])" 75 } 76 }, 77 "imports": [ 78 "android.os.Build.VERSION_CODES.KITKAT_WATCH", 79 "android.os.Build.VERSION_CODES.LOLLIPOP", 80 "android.os.Build.VERSION_CODES.M", 81 "android.os.Build.VERSION_CODES.N", 82 "android.os.Build.VERSION_CODES.N_MR1", 83 "org.robolectric.shadow.api.Shadow.directlyOn", 84 "org.robolectric.shadows.ShadowAssetManager.legacyShadowOf", 85 "android.content.res.AssetFileDescriptor", 86 "android.content.res.AssetManager", 87 "android.content.res.Configuration", 88 "android.content.res.Resources", 89 "android.content.res.Resources.NotFoundException", 90 "android.content.res.ResourcesImpl", 91 "android.content.res.TypedArray", 92 "android.content.res.XmlResourceParser", 93 "android.graphics.Bitmap", 94 "android.graphics.drawable.BitmapDrawable", 95 "android.graphics.drawable.Drawable", 96 "android.os.ParcelFileDescriptor", 97 "android.util.AttributeSet", 98 "android.util.DisplayMetrics", 99 "android.util.LongSparseArray", 100 "android.util.TypedValue", 101 "java.io.FileInputStream", 102 "java.io.IOException", 103 "java.io.InputStream", 104 "java.lang.reflect.Field", 105 "java.lang.reflect.Modifier", 106 "java.util.ArrayList", 107 "java.util.List", 108 "java.util.Locale", 109 "org.robolectric.RuntimeEnvironment", 110 "org.robolectric.annotation.HiddenApi", 111 "org.robolectric.annotation.Implementation", 112 "org.robolectric.annotation.Implements", 113 "org.robolectric.annotation.RealObject", 114 "org.robolectric.annotation.Resetter", 115 "org.robolectric.res.Plural", 116 "org.robolectric.res.PluralRules", 117 "org.robolectric.res.ResName", 118 "org.robolectric.res.ResType", 119 "org.robolectric.res.ResourceTable", 120 "org.robolectric.res.TypedResource", 121 "org.robolectric.shadow.api.Shadow", 122 "org.robolectric.shadows.ShadowLegacyResourcesImpl.ShadowLegacyThemeImpl", 123 "org.robolectric.util.ReflectionHelpers", 124 "org.robolectric.util.ReflectionHelpers.ClassParameter" 125 ], 126 "name": "org.robolectric.shadows.ShadowResources.ShadowLegacyTheme" 127}