Searched defs:mDeviceRotation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java505 private int mDeviceRotation = Surface.ROTATION_0; field in class:AudioService
673 mDeviceRotation = ((WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE))
675 Log.v(TAG, "monitoring device rotation, initial=" + mDeviceRotation);
1076 if (newRotation != mDeviceRotation) {
1077 mDeviceRotation = newRotation;
5343 switch (mDeviceRotation) {

Completed in 172 milliseconds