Loading api/current.xml +0 −11 Original line number Diff line number Diff line Loading @@ -78255,17 +78255,6 @@ visibility="public" > </method> <method name="getGL" return="javax.microedition.khronos.opengles.GL" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="deprecated" visibility="protected" > </method> <method name="getHeight" return="int" abstract="false" graphics/java/android/graphics/Canvas.java +8 −2 Original line number Diff line number Diff line Loading @@ -85,9 +85,13 @@ public class Canvas { @Override protected void finalize() throws Throwable { try { if (mNativeCanvas != 0) { finalizer(mNativeCanvas); } } finally { super.finalize(); } } } Loading Loading @@ -137,6 +141,8 @@ public class Canvas { * Returns null. * * @deprecated This method is not supported and should not be invoked. * * @hide */ @Deprecated protected GL getGL() { Loading Loading
api/current.xml +0 −11 Original line number Diff line number Diff line Loading @@ -78255,17 +78255,6 @@ visibility="public" > </method> <method name="getGL" return="javax.microedition.khronos.opengles.GL" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="deprecated" visibility="protected" > </method> <method name="getHeight" return="int" abstract="false"
graphics/java/android/graphics/Canvas.java +8 −2 Original line number Diff line number Diff line Loading @@ -85,9 +85,13 @@ public class Canvas { @Override protected void finalize() throws Throwable { try { if (mNativeCanvas != 0) { finalizer(mNativeCanvas); } } finally { super.finalize(); } } } Loading Loading @@ -137,6 +141,8 @@ public class Canvas { * Returns null. * * @deprecated This method is not supported and should not be invoked. * * @hide */ @Deprecated protected GL getGL() { Loading