summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/Surface.java
Commit message (Expand)AuthorAgeFilesLines
* Set the secureness when creating displaysJamie Gennis2012-10-191-3/+3
* Flag window animation transactions as animations.Jamie Gennis2012-10-151-0/+6
* Blank or unblank all displays as need.Jeff Brown2012-10-081-0/+18
* Add support for Wifi display.Jeff Brown2012-09-071-3/+3
* update to new SurfaceComposerClient APIMathias Agopian2012-09-041-28/+9
* More improvements to the display manager.Jeff Brown2012-08-311-2/+44
* Add plumbing for new surface flinger display API.Jeff Brown2012-08-271-317/+614
* Use new surface flinger API.Jeff Brown2012-08-271-4/+17
* Clean up displayId and layerStack usage.Craig Mautner2012-08-231-4/+4
* Refactor for multi-display support.Jeff Brown2012-08-191-16/+3
* Add features to DisplayManager.Craig Mautner2012-08-021-0/+2
* Small step towards supporting multiple displaysCraig Mautner2012-07-271-5/+5
* Add display manager skeleton.Jeff Brown2012-07-251-16/+1
* Remove dithering support.Jeff Brown2012-07-161-3/+0
* Remove freeze(), unfreeze() and setFreezeTint().Jeff Brown2012-07-161-9/+0
* Remove freezeDisplay(), which is no-op.Jeff Brown2012-07-161-16/+0
* Surface: replace active rect with window cropJamie Gennis2012-05-111-1/+1
* Surface: add JNI plumbing for setActiveRect.Jamie Gennis2012-04-301-0/+2
* add a (hidden) api on Surface to query if the consumer is running behind the ...Mathias Agopian2012-04-241-0/+9
* Do not allow Surface creation on machines without SurfaceFlingerKevin Hester2012-03-221-0/+18
* Fix issue #5614559: Registering surface error in...Dianne Hackborn2011-12-031-1/+15
* Add a LayerScreenshotMathias Agopian2011-10-181-0/+3
* Revert "Add a LayerScreenshot"Mathias Agopian2011-10-161-3/+0
* Add a LayerScreenshotMathias Agopian2011-10-141-0/+3
* Handle orientation changes more systematically.Jeff Brown2011-09-211-4/+1
* Merge "fix Surface positions are not floats"Mathias Agopian2011-08-301-1/+3
|\
| * fix Surface positions are not floatsMathias Agopian2011-08-301-1/+3
* | Surface: unhide the SurfaceTexture ctorJamie Gennis2011-08-291-3/+7
|/
* Surface: move the SurfaceTexture ctorJamie Gennis2011-08-281-14/+14
* BLUR_BEHIND flag is not supported anymoreMathias Agopian2011-08-221-0/+2
* Mark Window-Manager-specific APIs on android.view.Surface as @hideMathias Agopian2011-08-031-156/+140
* Add support for creating a Surface from a a SurfaceTexture.Ted Bonkenburg2011-07-221-0/+18
* More compatibility mode improvements.Dianne Hackborn2011-05-241-11/+15
* Protected surface APIGlenn Kasten2011-01-281-0/+11
* Recreate the EGL surface when ViewRoot's surface changes.Romain Guy2011-01-181-0/+9
* Fix documentation errorsGlenn Kasten2010-12-201-11/+11
* Fix issue #3258849: Grab thumbnail when exiting an app via backDianne Hackborn2010-12-131-1/+13
* remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-081-0/+3
* Change rotation freeze to all be implemented in window manager.Dianne Hackborn2010-11-241-0/+13
* Always create OpenGL accelerated windows in RGBA 8888.Romain Guy2010-10-121-9/+22
* resolved conflicts for merge of 86303198 to krakenMarco Nelissen2010-04-261-1/+5
|\
| * Make Surface.toString() show more useful info to help debug bug 2594388.Marco Nelissen2010-04-261-1/+5
* | Attempt to fix the build.Jeff Hamilton2010-04-231-1/+1
* | am dc14dc6d: am bf73bbff: Merge "Some debugging help for issue #2594388" into...Dianne Hackborn2010-04-231-1/+1
|\ \ | |/
| * Some debugging help for issue #2594388Dianne Hackborn2010-04-221-1/+1
* | don't hardcode "mSurface" throughout our source codeMathias Agopian2010-04-121-5/+5
|/
* another small step towards fixing [2501808] sapphire: OOM in GPU Surface areaMathias Agopian2010-03-231-0/+22
* Added a name to Surface created by SurfaceFlingerMathias Agopian2010-03-011-2/+13
* Fix issue #2095422: Some fades from opaque to transparent don't workDianne Hackborn2009-09-071-5/+7
* fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of...Mathias Agopian2009-08-191-2/+3