Searched refs:newRotation (Results 1 – 4 of 4) sorted by relevance
310 int newRotation = displayInfo.rotation; in drawFrame() local315 if (newRotation != mLastRotation) { in drawFrame()318 mRotationAtLastSurfaceSizeUpdate = newRotation; in drawFrame()329 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation; in drawFrame()337 mLastRotation = newRotation; in drawFrame()
204 final int newRotation = mDisplayContent.getDisplayInfo().rotation; in updateDisplayInfo() local205 if (mRotation == newRotation) { in updateDisplayInfo()211 final int rotationDelta = DisplayContent.deltaRotation(mRotation, newRotation); in updateDisplayInfo()
348 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() argument349 int delta = newRotation - oldRotation; in deltaRotation()
1074 int newRotation = ((WindowManager) mContext.getSystemService( in onOrientationChanged() local1076 if (newRotation != mDeviceRotation) { in onOrientationChanged()1077 mDeviceRotation = newRotation; in onOrientationChanged()