centerzx / ShapeBlurView

高斯模糊蒙层库
208 stars 33 forks source link

毛玻璃效果只在普通view上有用,在videoview这些surfaceview上无效果 #6

Closed SchafferWang0818 closed 1 year ago

SchafferWang0818 commented 1 year ago

毛玻璃效果只在普通view上有用,在videoview这些surfaceview上无效果

centerzx commented 1 year ago

这个还没试过,空了看看

centerzx commented 1 year ago

暂时不支持: SurfaceView, TextureView, VideoView, MapFragment, GLSurfaceView, etc BlurView currently doesn't support blurring of these targets, because they work only with hardware-accelerated Canvas, and BlurView relies on a software Canvas to make a snapshot of Views to blur.