Set the rotation effect in the navigator.
#include <bps/navigator.h>
BPS_API int navigator_rotation_effect(bool effect)
BlackBerry 10.0.0
If true the rotation effect is enabled; if false the rotation effect is disabled.
The navigator_rotation_effect() function enables or disables the system's standard rotation effect when the application is rotated. When set to false, the device rotation will occur instantly and the application will need to provide its own rotation animation if desired. The application starts with the rotation effect enabled.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.