public static interface SMultiWindowActivity.StateChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onModeChanged(boolean isMultiWindow)
Called when activity is changed the multiwindow and normal window.
|
void |
onSizeChanged(Rect rectInfo)
Called when activity is changed the multiwindow size information.
|
void |
onZoneChanged(int zoneInfo)
Called when activity is changed the multiwindow zone information.
|
void onModeChanged(boolean isMultiWindow)
isMultiWindow
- True is changed from normal window to multi window.
False is changed from multi window to normal window.void onZoneChanged(int zoneInfo)
zoneInfo
- is current zone information of multiwindow.void onSizeChanged(Rect rectInfo)
rectInfo
- is current size information of multiwindow.Copyright © Samsung Electronics, Co., Ltd. All rights reserved.