summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/TextureView.java
Commit message (Expand)AuthorAgeFilesLines
* Clear draw flags when updating TextureView's layerRomain Guy2012-10-071-0/+10
* Update TextureView's layer on size changeRomain Guy2012-10-051-9/+14
* Don't destroy the same texture twiceRomain Guy2012-09-251-0/+1
* Enable changing properties of layer paintChet Haase2012-09-071-0/+1
* We can now (kind-of) change screen density on the fly.Dianne Hackborn2012-08-031-1/+2
* Flip TextureView's layer after calling setSurfaceTexture()Romain Guy2012-05-211-1/+9
* Call invalidate() immediately when a frame is availableRomain Guy2012-05-171-1/+7
* Prevent NPE in TextureView.getBitmap()Romain Guy2012-05-111-1/+11
* TextureView: don't call onSTAvailable due to setSTJamie Gennis2012-04-301-4/+5
* Unhide new SurfaceTexture & TextureView APIsJamie Gennis2012-04-131-1/+0
* Don't update TextureView's surface if the Layer doesn't existRomain Guy2012-04-121-1/+3
* Fix SurfaceTexture leak in TextureViewRomain Guy2012-04-111-1/+12
* TextureView: add setSurfaceTexture methodJamie Gennis2012-04-051-3/+45
* Destroy the hardware renderer when ViewRootImpl's die is post-ponedRomain Guy2012-03-231-1/+1
* Don't draw layers in buildLayer()Michael Jurka2012-03-061-1/+1
* Merge "Change widgets to post invalidate to the animation timer."Jeff Brown2012-03-051-1/+1
|\
| * Change widgets to post invalidate to the animation timer.Jeff Brown2012-03-051-1/+1
* | Deferred layer updatesRomain Guy2012-03-021-1/+1
|/
* Fix the buildRomain Guy2011-11-211-0/+3
* Notify views when EGL resources are about to be destroyedRomain Guy2011-11-211-0/+11
* 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