Skip to content

Commit

Permalink
More comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimezis committed Apr 3, 2022
1 parent c207e7e commit 0d81d9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Leverages the new RenderEffect.createBlurEffect API to perform blur.
* Hardware acceleration is supported.
* Its performance and stability is not yet well studied, use at own risk.
* There's a known downside - this BlurAlgorithm constantly triggers a redraw of the BlurView.
*/
@RequiresApi(Build.VERSION_CODES.S)
public class RenderEffectBlur implements BlurAlgorithm {
Expand Down

0 comments on commit 0d81d9f

Please sign in to comment.