Skip to content

Commit 2d95a33

Browse files
Jason SamsAndroid (Google) Code Review
authored andcommitted
Merge "Fix build. Missed current.txt in previous checkin." into jb-mr1-dev
2 parents 4e54f93 + 9e6e5ae commit 2d95a33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

api/current.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20115,6 +20115,14 @@ package android.renderscript {
2011520115
method public void setRed(int, int);
2011620116
}
2011720117

20118+
public final class ScriptIntrinsicYuvToRGB extends android.renderscript.ScriptIntrinsic {
20119+
method public static android.renderscript.ScriptIntrinsicYuvToRGB create(android.renderscript.RenderScript, android.renderscript.Element);
20120+
method public void forEach(android.renderscript.Allocation);
20121+
method public android.renderscript.Script.FieldID getFieldID_Input();
20122+
method public android.renderscript.Script.KernelID getKernelID();
20123+
method public void setInput(android.renderscript.Allocation);
20124+
}
20125+
2011820126
public class Short2 {
2011920127
ctor public Short2();
2012020128
ctor public Short2(short, short);

0 commit comments

Comments
 (0)