summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/TextureView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix setSurfaceTexture to handle surface cachingNaveen Kalla2015-03-181-0/+6
* More cleanupsJohn Reck2014-06-271-7/+4
* Move LayerType to RenderNodeJohn Reck2014-06-121-5/+5
* Fix NPE in onVisibilityChangedJohn Reck2014-05-291-1/+3
* Fix crash due to texture view callback threading invariants.Jeff Brown2014-05-061-19/+11
* Revert "Revert "Workaround apps not calling super.onDetachedFromWindow()""John Reck2014-03-061-2/+3
* Revert "Workaround apps not calling super.onDetachedFromWindow()"Bart Sears2014-03-061-2/+2
* Workaround apps not calling super.onDetachedFromWindow()John Reck2014-03-061-2/+2
* Support HardwareLayers in RenderThreadJohn Reck2014-02-191-24/+2
* Refactor HardwareLayerJohn Reck2014-02-101-4/+5
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-3/+3
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-3/+3
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-3/+3
* am 33ed738d: Expose View.executeHardwareAction() Bug #10911502Romain Guy2013-09-301-2/+2
|\
| * Expose View.executeHardwareAction()Romain Guy2013-09-261-2/+2
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-6/+24
|/
* Clearly separate consumer and producer interfacesMathias Agopian2013-08-061-6/+3
* am dbfb2ab4: am 93d46952: am 67603c6e: Recreate TextureView\'s display list o...Romain Guy2013-06-271-0/+8
|\
| * Recreate TextureView's display list on attachRomain Guy2013-06-271-0/+8
| * Prevent TextureView from ever setting a null layer paintRomain Guy2013-04-301-1/+1
* | Merge "Handle Surface::lock errors in TextureView Bug #8689535"Romain Guy2013-04-301-3/+11
|\ \
| * | Handle Surface::lock errors in TextureViewRomain Guy2013-04-301-3/+11
| |/
* | Prevent TextureView from ever setting a null layer paintRomain Guy2013-04-301-1/+1
|/
* 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