Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
[RenderScript] Fix ScriptIntrinsicBlur documentation.
Browse files Browse the repository at this point in the history
Bug: 28177406
Change-Id: Icccf35857cf29f827a78704e7751c8791cda0d7b
(cherry picked from commit c242fa6)
  • Loading branch information
miaowang14 committed May 25, 2016
1 parent 1641dc9 commit 6aaede8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rs/java/android/renderscript/ScriptIntrinsicBlur.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ private ScriptIntrinsicBlur(long id, RenderScript rs) {
* 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
Expand Down

0 comments on commit 6aaede8

Please sign in to comment.