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

Commit 0473ff1e authored by Alex Sakhartchouk's avatar Alex Sakhartchouk
Browse files

Removing things that shouldn't be public

Change-Id: I23ea748f7f4ba27307807d7e1d56e49b7c10a827
parent 2dc59d56
Loading
Loading
Loading
Loading
+0 −44
Original line number Diff line number Diff line
@@ -170991,50 +170991,6 @@
<exception name="IllegalArgumentException" type="java.lang.IllegalArgumentException">
</exception>
</method>
<field name="MAX_CONSTANT"
 type="int"
 transient="false"
 volatile="false"
 value="8"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="MAX_INPUT"
 type="int"
 transient="false"
 volatile="false"
 value="8"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="MAX_OUTPUT"
 type="int"
 transient="false"
 volatile="false"
 value="8"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="MAX_TEXTURE"
 type="int"
 transient="false"
 volatile="false"
 value="8"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
</class>
<class name="Program.BaseProgramBuilder"
 extends="java.lang.Object"
+0 −44
Original line number Diff line number Diff line
@@ -171120,50 +171120,6 @@
<exception name="IllegalArgumentException" type="java.lang.IllegalArgumentException">
</exception>
</method>
<field name="MAX_CONSTANT"
 type="int"
 transient="false"
 volatile="false"
 value="8"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="MAX_INPUT"
 type="int"
 transient="false"
 volatile="false"
 value="8"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="MAX_OUTPUT"
 type="int"
 transient="false"
 volatile="false"
 value="8"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="MAX_TEXTURE"
 type="int"
 transient="false"
 volatile="false"
 value="8"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
</class>
<class name="Program.BaseProgramBuilder"
 extends="java.lang.Object"
+4 −4
Original line number Diff line number Diff line
@@ -33,10 +33,10 @@ import android.util.Log;
 *
 **/
public class Program extends BaseObj {
    public static final int MAX_INPUT = 8;
    public static final int MAX_OUTPUT = 8;
    public static final int MAX_CONSTANT = 8;
    public static final int MAX_TEXTURE = 8;
    static final int MAX_INPUT = 8;
    static final int MAX_OUTPUT = 8;
    static final int MAX_CONSTANT = 8;
    static final int MAX_TEXTURE = 8;

    /**
     *