Home | History | Annotate | Download | only in util

Lines Matching refs:deviceOrientation

1302      * @param deviceOrientation Clockwise angle of the device orientation from its
1308 int deviceOrientation,
1312 deviceOrientation = (360 - deviceOrientation) % 360;
1314 return (sensorOrientation + deviceOrientation) % 360;