Searched refs:mDeviceRotation (Results 1 – 1 of 1) sorted by relevance
505 private int mDeviceRotation = Surface.ROTATION_0; field in AudioService673 mDeviceRotation = ((WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE)) in AudioService()675 Log.v(TAG, "monitoring device rotation, initial=" + mDeviceRotation); in AudioService()1076 if (newRotation != mDeviceRotation) { in onOrientationChanged()1077 mDeviceRotation = newRotation; in onOrientationChanged()5343 switch (mDeviceRotation) { in setRotationForAudioSystem()