Merge "[RenderScript] Fix ScriptIntrinsicBlur documentation."
am: f1f13f98b5
* commit 'f1f13f98b58467b69c0ac9d4ba43d3f083525966':
[RenderScript] Fix ScriptIntrinsicBlur documentation.
Change-Id: Ib2c03454a8fa19a279820a2809686646f54bdfc9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user