{ "methods": { "create(android.content.Context)": { "isImplementation": false, "modifiers": [ "public", "static" ], "params": [ "context" ], "returnType": "android.view.Window", "exceptions": [ "java.lang.Exception" ], "name": "create(android.content.Context)" }, "getBackgroundDrawable()": { "isImplementation": false, "modifiers": [ "public" ], "params": [], "returnType": "android.graphics.drawable.Drawable", "exceptions": [], "name": "getBackgroundDrawable()" }, "getFlag(int)": { "isImplementation": false, "modifiers": [ "public" ], "params": [ "flag" ], "returnType": "boolean", "exceptions": [], "name": "getFlag(int)" }, "getIndeterminateProgressBar()": { "isImplementation": false, "modifiers": [ "public" ], "params": [], "returnType": "android.widget.ProgressBar", "exceptions": [], "name": "getIndeterminateProgressBar()" }, "getProgressBar()": { "isImplementation": false, "modifiers": [ "public" ], "params": [], "returnType": "android.widget.ProgressBar", "exceptions": [], "name": "getProgressBar()" }, "getSoftInputMode()": { "isImplementation": false, "modifiers": [ "public" ], "params": [], "returnType": "int", "exceptions": [], "name": "getSoftInputMode()" }, "getTitle()": { "isImplementation": false, "modifiers": [ "public" ], "params": [], "returnType": "java.lang.CharSequence", "exceptions": [], "name": "getTitle()" }, "setFlags(int,int)": { "isImplementation": true, "modifiers": [ "protected" ], "params": [ "flags", "mask" ], "returnType": "void", "exceptions": [], "name": "setFlags(int,int)" }, "setSoftInputMode(int)": { "isImplementation": true, "modifiers": [ "protected" ], "params": [ "softInputMode" ], "returnType": "void", "exceptions": [], "name": "setSoftInputMode(int)" } }, "imports": [ "android.os.Build.VERSION_CODES.M", "org.robolectric.RuntimeEnvironment.getApiLevel", "org.robolectric.shadow.api.Shadow.directlyOn", "android.content.Context", "android.graphics.drawable.Drawable", "android.view.Window", "android.widget.ProgressBar", "org.robolectric.annotation.Implementation", "org.robolectric.annotation.Implements", "org.robolectric.annotation.RealObject", "org.robolectric.util.ReflectionHelpers", "org.robolectric.util.ReflectionHelpers.ClassParameter" ], "name": "org.robolectric.shadows.ShadowWindow" }