am 283e5ce3: am 7200f661: Merge "Fix minor blur doc bug"

* commit '283e5ce37ba3966f54d1a6d1a32a79da3a8ad0fd':
  Fix minor blur doc bug
This commit is contained in:
Jason Sams
2015-04-07 00:06:35 +00:00
committed by Android Git Automerger

View File

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