1{ 2 "methods": { 3 "create(android.content.Context)": { 4 "isImplementation": false, 5 "modifiers": [ 6 "public", 7 "static" 8 ], 9 "params": [ 10 "context" 11 ], 12 "returnType": "android.view.Window", 13 "exceptions": [ 14 "java.lang.Exception" 15 ], 16 "name": "create(android.content.Context)" 17 }, 18 "getBackgroundDrawable()": { 19 "isImplementation": false, 20 "modifiers": [ 21 "public" 22 ], 23 "params": [], 24 "returnType": "android.graphics.drawable.Drawable", 25 "exceptions": [], 26 "name": "getBackgroundDrawable()" 27 }, 28 "getFlag(int)": { 29 "isImplementation": false, 30 "modifiers": [ 31 "public" 32 ], 33 "params": [ 34 "flag" 35 ], 36 "returnType": "boolean", 37 "exceptions": [], 38 "name": "getFlag(int)" 39 }, 40 "getIndeterminateProgressBar()": { 41 "isImplementation": false, 42 "modifiers": [ 43 "public" 44 ], 45 "params": [], 46 "returnType": "android.widget.ProgressBar", 47 "exceptions": [], 48 "name": "getIndeterminateProgressBar()" 49 }, 50 "getProgressBar()": { 51 "isImplementation": false, 52 "modifiers": [ 53 "public" 54 ], 55 "params": [], 56 "returnType": "android.widget.ProgressBar", 57 "exceptions": [], 58 "name": "getProgressBar()" 59 }, 60 "getSoftInputMode()": { 61 "isImplementation": false, 62 "modifiers": [ 63 "public" 64 ], 65 "params": [], 66 "returnType": "int", 67 "exceptions": [], 68 "name": "getSoftInputMode()" 69 }, 70 "getTitle()": { 71 "isImplementation": false, 72 "modifiers": [ 73 "public" 74 ], 75 "params": [], 76 "returnType": "java.lang.CharSequence", 77 "exceptions": [], 78 "name": "getTitle()" 79 }, 80 "setFlags(int,int)": { 81 "isImplementation": true, 82 "modifiers": [ 83 "protected" 84 ], 85 "params": [ 86 "flags", 87 "mask" 88 ], 89 "returnType": "void", 90 "exceptions": [], 91 "name": "setFlags(int,int)" 92 }, 93 "setSoftInputMode(int)": { 94 "isImplementation": true, 95 "modifiers": [ 96 "protected" 97 ], 98 "params": [ 99 "softInputMode" 100 ], 101 "returnType": "void", 102 "exceptions": [], 103 "name": "setSoftInputMode(int)" 104 } 105 }, 106 "imports": [ 107 "android.os.Build.VERSION_CODES.M", 108 "org.robolectric.RuntimeEnvironment.getApiLevel", 109 "org.robolectric.shadow.api.Shadow.directlyOn", 110 "android.content.Context", 111 "android.graphics.drawable.Drawable", 112 "android.view.Window", 113 "android.widget.ProgressBar", 114 "org.robolectric.annotation.Implementation", 115 "org.robolectric.annotation.Implements", 116 "org.robolectric.annotation.RealObject", 117 "org.robolectric.util.ReflectionHelpers", 118 "org.robolectric.util.ReflectionHelpers.ClassParameter" 119 ], 120 "name": "org.robolectric.shadows.ShadowWindow" 121}