Loading core/java/android/view/SurfaceView.java +94 −90 Original line number Diff line number Diff line Loading @@ -947,6 +947,7 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall + " left=" + (mWindowSpaceLeft != mLocation[0]) + " top=" + (mWindowSpaceTop != mLocation[1])); try { mVisible = mRequestedVisible; mWindowSpaceLeft = mLocation[0]; mWindowSpaceTop = mLocation[1]; Loading Loading @@ -1050,6 +1051,9 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall releaseSurfaces(false /* releaseSurfacePackage*/); } } } catch (Exception ex) { Log.e(TAG, "Exception configuring surface", ex); } if (DEBUG) Log.v( TAG, "Layout: x=" + mScreenRect.left + " y=" + mScreenRect.top + " w=" + mScreenRect.width() + " h=" + mScreenRect.height() Loading Loading
core/java/android/view/SurfaceView.java +94 −90 Original line number Diff line number Diff line Loading @@ -947,6 +947,7 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall + " left=" + (mWindowSpaceLeft != mLocation[0]) + " top=" + (mWindowSpaceTop != mLocation[1])); try { mVisible = mRequestedVisible; mWindowSpaceLeft = mLocation[0]; mWindowSpaceTop = mLocation[1]; Loading Loading @@ -1050,6 +1051,9 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall releaseSurfaces(false /* releaseSurfacePackage*/); } } } catch (Exception ex) { Log.e(TAG, "Exception configuring surface", ex); } if (DEBUG) Log.v( TAG, "Layout: x=" + mScreenRect.left + " y=" + mScreenRect.top + " w=" + mScreenRect.width() + " h=" + mScreenRect.height() Loading