Searched refs:device_orientation (Results 1 – 1 of 1) sorted by relevance
2525 int device_orientation = 0; in onOrientationEvent() local2549 device_orientation = (orientation - mount_orientation + 360) % 360; in onOrientationEvent()2551 device_orientation = (orientation + mount_orientation) % 360; in onOrientationEvent()2554 if (device_orientation != mDeviceOrientation) { in onOrientationEvent()2555 mDeviceOrientation = device_orientation; in onOrientationEvent()