The blurring is really fast since everything is fully hardware accelerated. The background View that is to be blurred is rendered into a SurfaceTexture using Surface.lockHardwareCanvas(). The SurfaceTexture is then blurred using a Guassian blur algorithm and rendered in a SurfaceView or TextureView using OpenGL.
BlurLibAndroid

Related Posts
AnimatedBottomBar
A customizable and easy to use bottom bar view with sleek animations