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
Shadow for
WindowManagerGlobal.-
Constructor Summary
Constructors Constructor Description ShadowWindowManagerGlobal() -
Method Summary
Modifier and Type Method Description static voidclearLastDragClipData()Clears the data returned bygetLastDragClipData().static booleangetInTouchMode()static ClipDatagetLastDragClipData()Returns the lastClipDatapassed to a drag initiated from a call toView.startDrag(android.content.ClipData, android.view.View.DragShadowBuilder, java.lang.Object, int)orView.startDragAndDrop(android.content.ClipData, android.view.View.DragShadowBuilder, java.lang.Object, int), or null if there isn't one.static ObjectgetWindowManagerService()protected static IWindowSessiongetWindowSession()protected static ObjectgetWindowSession(Looper looper)protected static IWindowSessionpeekWindowSession()static voidreset()
-
Constructor Details
-
ShadowWindowManagerGlobal
public ShadowWindowManagerGlobal()
-
-
Method Details
-
reset
-
getInTouchMode
public static boolean getInTouchMode() -
getLastDragClipData
Returns the lastClipDatapassed to a drag initiated from a call toView.startDrag(android.content.ClipData, android.view.View.DragShadowBuilder, java.lang.Object, int)orView.startDragAndDrop(android.content.ClipData, android.view.View.DragShadowBuilder, java.lang.Object, int), or null if there isn't one. -
clearLastDragClipData
public static void clearLastDragClipData()Clears the data returned bygetLastDragClipData(). -
getWindowSession
-
getWindowSession
-
peekWindowSession
-
getWindowManagerService
- Throws:
RemoteException
-