summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/TextureView.java
Commit message (Expand)AuthorAgeFilesLines
* Properly tear down TextureViewRomain Guy2011-06-241-1/+1
* Reduce the number of UI events required to update a SurfaceTexture.Romain Guy2011-06-241-16/+30
* Code cleanupRomain Guy2011-06-241-2/+2
* Add onSurfaceTextureUpdated to the TextureView listener.Grace Kloba2011-06-221-2/+18
* Prevent possible NPE in TextureViewRomain Guy2011-06-221-1/+1
* Add the ability to specify the opacity of a TextureViewRomain Guy2011-06-221-20/+42
* Collapse UI events in TextureView.Romain Guy2011-06-221-18/+19
* Add error checking to LayerRenderer::copyLayerRomain Guy2011-06-171-1/+8
* Properly refcount SurfaceTexture in the JNI layer.Romain Guy2011-06-151-5/+5
* Add TextureView.getBitmap()Romain Guy2011-06-141-2/+92
* Add onSurfaceTextureDestroyed() callback.Romain Guy2011-06-101-10/+37
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-9/+47
* Fix the build.Romain Guy2011-04-281-3/+0
* New widget: TextureViewRomain Guy2011-04-281-0/+299