Package org.robolectric.shadows
Class ShadowWindowManagerGlobal
- java.lang.Object
-
- org.robolectric.shadows.ShadowWindowManagerGlobal
-
@Implements(value=android.view.WindowManagerGlobal.class, isInAndroidSdk=false, minSdk=17, looseSignatures=true) public class ShadowWindowManagerGlobal extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowWindowManagerGlobal()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectgetWindowManagerService()static ObjectgetWindowSession()static ObjectgetWindowSession(Looper looper)static voidreset()
-
-
-
Method Detail
-
reset
@Resetter public static void reset()
-
getWindowSession
@Implementation(minSdk=18) public static Object getWindowSession()
-
getWindowManagerService
@Implementation public static Object getWindowManagerService() throws RemoteException
- Throws:
RemoteException
-
-