public class SurfaceSIPEvent extends SurfaceEvent
Modifier and Type | Field and Description |
---|---|
boolean |
forwarded
This is the visible desktop (i.e. the visibleHeight - taskbarHeight) if the taskbar is on top.
|
static boolean |
handlingSipOn |
static int |
SIP_HIDDEN
The event type for when the SIP is hidden.
|
static int |
SIP_SHOWN
The event type for when the SIP is shown.
|
int |
visibleHeight
The height of the area of the screen still visible after the SIP is shown.
|
int |
visibleWidth
The width of the area of the screen still visible after the SIP is shown.
|
Constructor and Description |
---|
SurfaceSIPEvent() |
getSurface
clearPostData, getPostData, isReused, setPostData, setReused
_getFieldType, _getSetField, cache, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNew
public static final int SIP_SHOWN
public static final int SIP_HIDDEN
public int visibleWidth
public int visibleHeight
public boolean forwarded
public static boolean handlingSipOn