Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java310 int newRotation = displayInfo.rotation; in drawFrame() local
315 if (newRotation != mLastRotation) { in drawFrame()
318 mRotationAtLastSurfaceSizeUpdate = newRotation; in drawFrame()
329 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation; in drawFrame()
337 mLastRotation = newRotation; in drawFrame()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java204 final int newRotation = mDisplayContent.getDisplayInfo().rotation; in updateDisplayInfo() local
205 if (mRotation == newRotation) { in updateDisplayInfo()
211 final int rotationDelta = DisplayContent.deltaRotation(mRotation, newRotation); in updateDisplayInfo()
DDisplayContent.java348 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() argument
349 int delta = newRotation - oldRotation; in deltaRotation()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1074 int newRotation = ((WindowManager) mContext.getSystemService( in onOrientationChanged() local
1076 if (newRotation != mDeviceRotation) { in onOrientationChanged()
1077 mDeviceRotation = newRotation; in onOrientationChanged()