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

Commit 9dad7d44 authored by Tim Murray's avatar Tim Murray Committed by Qiwen Zhao
Browse files

DO NOT MERGE: Mark new util type functions as @hide in AOSP.

Change-Id: I834e07aef142aa79ed1603535689d0b833357f6c
parent 90fd93c0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -22681,9 +22681,6 @@ package android.renderscript {
  }
  public class Type extends android.renderscript.BaseObj {
    method public static android.renderscript.Type createX(android.renderscript.RenderScript, android.renderscript.Element, int);
    method public static android.renderscript.Type createXY(android.renderscript.RenderScript, android.renderscript.Element, int, int);
    method public static android.renderscript.Type createXYZ(android.renderscript.RenderScript, android.renderscript.Element, int, int, int);
    method public int getCount();
    method public android.renderscript.Element getElement();
    method public int getX();
+3 −0
Original line number Diff line number Diff line
@@ -216,6 +216,7 @@ public class Type extends BaseObj {
    }

    /**
     * @hide
     * Utility function for creating basic 1D types. The type is
     * created without mipmaps enabled.
     *
@@ -239,6 +240,7 @@ public class Type extends BaseObj {
    }

    /**
     * @hide
     * Utility function for creating basic 2D types. The type is
     * created without mipmaps or cubemaps.
     *
@@ -264,6 +266,7 @@ public class Type extends BaseObj {
    }

    /**
     * @hide
     * Utility function for creating basic 3D types. The type is
     * created without mipmaps.
     *