- setBlurAlgorithm(BlurAlgorithm) - Method in interface eightbitlab.com.blurview.BlurViewFacade
-
- setBlurAutoUpdate(boolean) - Method in class eightbitlab.com.blurview.BlurView
-
- setBlurAutoUpdate(boolean) - Method in interface eightbitlab.com.blurview.BlurViewFacade
-
Can be used to stop blur auto update or resume if it was stopped before.
- setBlurEnabled(boolean) - Method in class eightbitlab.com.blurview.BlurView
-
- setBlurEnabled(boolean) - Method in interface eightbitlab.com.blurview.BlurViewFacade
-
Enables/disables the blur.
- setBlurRadius(float) - Method in class eightbitlab.com.blurview.BlurView
-
- setBlurRadius(float) - Method in interface eightbitlab.com.blurview.BlurViewFacade
-
- setFrameClearDrawable(Drawable) - Method in interface eightbitlab.com.blurview.BlurViewFacade
-
- setHasFixedTransformationMatrix(boolean) - Method in interface eightbitlab.com.blurview.BlurViewFacade
-
Can be set to true to optimize position calculation before blur.
- setOverlayColor(int) - Method in class eightbitlab.com.blurview.BlurView
-
- setOverlayColor(int) - Method in interface eightbitlab.com.blurview.BlurViewFacade
-
Sets the color overlay to be drawn on top of blurred content
- setupWith(ViewGroup) - Method in class eightbitlab.com.blurview.BlurView
-
- SizeScaler - Class in eightbitlab.com.blurview
-
Scales width and height by [scaleFactor],
and then rounds the size proportionally so the width is divisible by [ROUNDING_VALUE]
- SizeScaler(float) - Constructor for class eightbitlab.com.blurview.SizeScaler
-