Unhide RenderScript resize intrinsic

Change-Id: I450c83ad00bcb7d999aaf7d4bd7ea88d63ab8fea
This commit is contained in:
Jason Sams
2014-04-17 13:52:26 -07:00
parent bf19fa4fe6
commit 18033abaaf
2 changed files with 9 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ package android.renderscript;
/**
* Intrinsic for performing a resize of a 2D allocation.
* @hide
*/
public final class ScriptIntrinsicResize extends ScriptIntrinsic {
private Allocation mInput;