Merge "[RenderScript] Fix ScriptIntrinsicBlur documentation." into nyc-dev

This commit is contained in:
Miao Wang
2016-05-19 22:16:54 +00:00
committed by Android (Google) Code Review

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