Loading src/com/android/gallery3d/ui/GLRootView.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -392,7 +392,11 @@ public class GLRootView extends GLSurfaceView mRenderRequested = false; mRenderRequested = false; if ((mFlags & FLAG_NEED_LAYOUT) != 0) layoutContentPane(); if ((mOrientationSource != null && mDisplayRotation != mOrientationSource.getDisplayRotation()) || (mFlags & FLAG_NEED_LAYOUT) != 0) { layoutContentPane(); } mCanvas.save(GLCanvas.SAVE_FLAG_ALL); mCanvas.save(GLCanvas.SAVE_FLAG_ALL); rotateCanvas(-mCompensation); rotateCanvas(-mCompensation); Loading Loading
src/com/android/gallery3d/ui/GLRootView.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -392,7 +392,11 @@ public class GLRootView extends GLSurfaceView mRenderRequested = false; mRenderRequested = false; if ((mFlags & FLAG_NEED_LAYOUT) != 0) layoutContentPane(); if ((mOrientationSource != null && mDisplayRotation != mOrientationSource.getDisplayRotation()) || (mFlags & FLAG_NEED_LAYOUT) != 0) { layoutContentPane(); } mCanvas.save(GLCanvas.SAVE_FLAG_ALL); mCanvas.save(GLCanvas.SAVE_FLAG_ALL); rotateCanvas(-mCompensation); rotateCanvas(-mCompensation); Loading