For more information, please see our blog post.
First, give the blurring view a reference to the view to be blurred:
blurringView.setBlurredView(blurredView);
and then whenever the blurred view changes, invalidate the blurring view:
blurringView.invalidate();
This project is licensed under the terms of the MIT license.