Loading core/java/android/view/Surface.java +5 −3 Original line number Diff line number Diff line Loading @@ -341,11 +341,13 @@ public class Surface implements Parcelable { */ @UnsupportedAppUsage public void destroy() { synchronized (mLock) { if (mNativeObject != 0) { nativeDestroy(mNativeObject); } release(); } } /** * Destroys the HwuiContext without completely Loading Loading
core/java/android/view/Surface.java +5 −3 Original line number Diff line number Diff line Loading @@ -341,11 +341,13 @@ public class Surface implements Parcelable { */ @UnsupportedAppUsage public void destroy() { synchronized (mLock) { if (mNativeObject != 0) { nativeDestroy(mNativeObject); } release(); } } /** * Destroys the HwuiContext without completely Loading