I\'m using a ListView with TextureView children. The TextureView uses a MediaPlayer to play videos. When the TextureView gets recycled, the last frame remains on the surface unt
2020 simplest way is to simply set the alpha of the texture view to 0.
mTextureView.setAlpha(0);