Home
last modified time | relevance | path

Searched refs:mDeviceRotation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java505 private int mDeviceRotation = Surface.ROTATION_0; field in AudioService
673 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()