Package org.robolectric.shadows
Class ShadowWindowManagerGlobal.WindowSessionDelegate
java.lang.Object
org.robolectric.shadows.ShadowWindowManagerGlobal.WindowSessionDelegate
- Enclosing class:
ShadowWindowManagerGlobal
Delegate for
IWindowSession that contains methods to intercept calls to the underlying
IWindowSession and track window state.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intaddToDisplay(Object[] args) booleanperformDrag(Object[] args) protected intprotected voidvoidsetInTouchMode(boolean inTouchMode) voidupdateInsets(Object[] args)
-
Field Details
-
lastDragClipData
-
systemGestureExclusionRects
-
-
Constructor Details
-
WindowSessionDelegate
protected WindowSessionDelegate()
-
-
Method Details
-
addToDisplay
-
remove
-
relayout
-
getInTouchMode
public boolean getInTouchMode() -
setInTouchMode
public void setInTouchMode(boolean inTouchMode) -
prepareDrag
-
performDrag
-
updateInsets
-