[RenderScript] Fix ScriptIntrinsicBlur documentation.

Bug: 28177406
Change-Id: Icccf35857cf29f827a78704e7751c8791cda0d7b
(cherry picked from commit c242fa6b5d)
This commit is contained in:
Miao Wang
2016-04-13 16:43:10 -07:00
parent 1641dc9e68
commit 6aaede8cd7

View File

@@ -34,7 +34,8 @@ public final class ScriptIntrinsicBlur extends ScriptIntrinsic {
* Create an intrinsic for applying a blur to an allocation. The
* default radius is 5.0.
*
* Supported elements types are {@link Element#U8_4 Element#U8}
* Supported elements types are {@link Element#U8},
* {@link Element#U8_4}.
*
* @param rs The RenderScript context
* @param e Element type for inputs and outputs