summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/TextureView.java
Commit message (Expand)AuthorAgeFilesLines
* Make sure we have the correct GL context when grabbing a bitmapRomain Guy2011-10-101-0/+14
* TextureView works best when it draws stuff.Romain Guy2011-09-291-0/+5
* Add a bit more doc to TextureViewRomain Guy2011-09-271-0/+9
* Dispatch onDetachedFromWindow before destroying everythingRomain Guy2011-09-011-0/+5
* Minor fixes to SurfaceTexture transform matrix.Alexandre Elias2011-08-191-6/+10
* Add an API to set the transform on a TextureView's surface texture.Romain Guy2011-08-161-0/+53
* Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed.Grace Kloba2011-08-091-6/+8
* Add a 'release' method to the SurfaceTexture public Java APIMathias Agopian2011-08-031-0/+1
* Add lock/unlockCanvas to TextureViewRomain Guy2011-07-181-1/+94
* 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