index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
TextureView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear draw flags when updating TextureView's layer
Romain Guy
2012-10-07
1
-0
/
+10
*
Update TextureView's layer on size change
Romain Guy
2012-10-05
1
-9
/
+14
*
Don't destroy the same texture twice
Romain Guy
2012-09-25
1
-0
/
+1
*
Enable changing properties of layer paint
Chet Haase
2012-09-07
1
-0
/
+1
*
We can now (kind-of) change screen density on the fly.
Dianne Hackborn
2012-08-03
1
-1
/
+2
*
Flip TextureView's layer after calling setSurfaceTexture()
Romain Guy
2012-05-21
1
-1
/
+9
*
Call invalidate() immediately when a frame is available
Romain Guy
2012-05-17
1
-1
/
+7
*
Prevent NPE in TextureView.getBitmap()
Romain Guy
2012-05-11
1
-1
/
+11
*
TextureView: don't call onSTAvailable due to setST
Jamie Gennis
2012-04-30
1
-4
/
+5
*
Unhide new SurfaceTexture & TextureView APIs
Jamie Gennis
2012-04-13
1
-1
/
+0
*
Don't update TextureView's surface if the Layer doesn't exist
Romain Guy
2012-04-12
1
-1
/
+3
*
Fix SurfaceTexture leak in TextureView
Romain Guy
2012-04-11
1
-1
/
+12
*
TextureView: add setSurfaceTexture method
Jamie Gennis
2012-04-05
1
-3
/
+45
*
Destroy the hardware renderer when ViewRootImpl's die is post-poned
Romain Guy
2012-03-23
1
-1
/
+1
*
Don't draw layers in buildLayer()
Michael Jurka
2012-03-06
1
-1
/
+1
*
Merge "Change widgets to post invalidate to the animation timer."
Jeff Brown
2012-03-05
1
-1
/
+1
|
\
|
*
Change widgets to post invalidate to the animation timer.
Jeff Brown
2012-03-05
1
-1
/
+1
*
|
Deferred layer updates
Romain Guy
2012-03-02
1
-1
/
+1
|
/
*
Fix the build
Romain Guy
2011-11-21
1
-0
/
+3
*
Notify views when EGL resources are about to be destroyed
Romain Guy
2011-11-21
1
-0
/
+11
*
Make sure we have the correct GL context when grabbing a bitmap
Romain Guy
2011-10-10
1
-0
/
+14
*
TextureView works best when it draws stuff.
Romain Guy
2011-09-29
1
-0
/
+5
*
Add a bit more doc to TextureView
Romain Guy
2011-09-27
1
-0
/
+9
*
Dispatch onDetachedFromWindow before destroying everything
Romain Guy
2011-09-01
1
-0
/
+5
*
Minor fixes to SurfaceTexture transform matrix.
Alexandre Elias
2011-08-19
1
-6
/
+10
*
Add an API to set the transform on a TextureView's surface texture.
Romain Guy
2011-08-16
1
-0
/
+53
*
Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed.
Grace Kloba
2011-08-09
1
-6
/
+8
*
Add a 'release' method to the SurfaceTexture public Java API
Mathias Agopian
2011-08-03
1
-0
/
+1
*
Add lock/unlockCanvas to TextureView
Romain Guy
2011-07-18
1
-1
/
+94
*
Properly tear down TextureView
Romain Guy
2011-06-24
1
-1
/
+1
*
Reduce the number of UI events required to update a SurfaceTexture.
Romain Guy
2011-06-24
1
-16
/
+30
*
Code cleanup
Romain Guy
2011-06-24
1
-2
/
+2
*
Add onSurfaceTextureUpdated to the TextureView listener.
Grace Kloba
2011-06-22
1
-2
/
+18
*
Prevent possible NPE in TextureView
Romain Guy
2011-06-22
1
-1
/
+1
*
Add the ability to specify the opacity of a TextureView
Romain Guy
2011-06-22
1
-20
/
+42
*
Collapse UI events in TextureView.
Romain Guy
2011-06-22
1
-18
/
+19
*
Add error checking to LayerRenderer::copyLayer
Romain Guy
2011-06-17
1
-1
/
+8
*
Properly refcount SurfaceTexture in the JNI layer.
Romain Guy
2011-06-15
1
-5
/
+5
*
Add TextureView.getBitmap()
Romain Guy
2011-06-14
1
-2
/
+92
*
Add onSurfaceTextureDestroyed() callback.
Romain Guy
2011-06-10
1
-10
/
+37
*
Allows to render with an OpenGL context inside a TextureView.
Romain Guy
2011-05-02
1
-9
/
+47
*
Fix the build.
Romain Guy
2011-04-28
1
-3
/
+0
*
New widget: TextureView
Romain Guy
2011-04-28
1
-0
/
+299