Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b703f2d authored by Romain Guy's avatar Romain Guy
Browse files

Hide Canvas.getGL()

Change-Id: I6d81cf9f43ce0c990fe30b3b3159c95ac738ae79
parent fe852e21
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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"
+8 −2
Original line number Diff line number Diff line
@@ -85,9 +85,13 @@ public class Canvas {

        @Override
        protected void finalize() throws Throwable {
            try {
                if (mNativeCanvas != 0) {
                    finalizer(mNativeCanvas);
                }
            } finally {
                super.finalize();
            }
        }
    }

@@ -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() {