Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25df3610 authored by Miao Wang's avatar Miao Wang Committed by android-build-merger
Browse files

Merge "[RenderScript] Fix ScriptIntrinsicBlur documentation." into nyc-dev am: 75445fd6

am: 35927794

* commit '35927794':
  [RenderScript] Fix ScriptIntrinsicBlur documentation.

Change-Id: I1f253121da46b338ac502ea7f1f9b0225a6d2965
parents bc1a2a6d 35927794
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,8 @@ 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 Element#U8}
     * Supported elements types are {@link Element#U8},
     * {@link Element#U8_4}.
     *
     *
     * @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