Searched refs:mDeviceRotation (Results 1 – 1 of 1) sorted by relevance
75 private int mDeviceRotation = Surface.ROTATION_0; field in RVCVRecordActivity128 mDeviceRotation = windowManager.getDefaultDisplay().getRotation(); in onCreate()129 mIndicatorView.setDeviceRotation(mDeviceRotation); in onCreate()236 if (mDeviceRotation != Surface.ROTATION_0 && mDeviceRotation != Surface.ROTATION_180) { in switchAxis()