-
public interface OrientationHelper.CallbackReceives callback about the orientation changes.
-
-
Method Summary
Modifier and Type Method Description abstract voidonDeviceOrientationChanged(int deviceOrientation)abstract voidonDisplayOffsetChanged(int displayOffset, boolean willRecreate)-
-
Method Detail
-
onDeviceOrientationChanged
abstract void onDeviceOrientationChanged(int deviceOrientation)
-
onDisplayOffsetChanged
abstract void onDisplayOffsetChanged(int displayOffset, boolean willRecreate)
-
-
-
-