summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/Surface.java
Commit message (Expand)AuthorAgeFilesLines
* make Surface.java internal state thread-safeMathias Agopian2013-03-181-43/+62
* fix CloseGuard usage in SurfaceMathias Agopian2013-03-131-12/+16
* Restore the ability to track native Surface changesRomain Guy2013-02-281-25/+9
* am ceec31b7: Merge changes I5a218ca1,I853a76d9Mathias Agopian2013-02-151-38/+36
|\
| * Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+2
| * clean-up following Surface splitMathias Agopian2013-02-151-38/+35
* | am 30d7ab9a: fix docs buildMathias Agopian2013-02-141-1/+1
|\ \ | |/
| * fix docs buildMathias Agopian2013-02-141-1/+1
* | resolved conflicts for merge of 58a1ca66 to master-chromiumKristian Monsen2013-02-141-506/+65
|\ \ | |/
| * split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-141-506/+65
* | am a41b23d5: Merge "get rid of Surface.getIdentity()"Mathias Agopian2013-02-141-2/+1
|\ \ | |/
| * get rid of Surface.getIdentity()Mathias Agopian2013-02-131-2/+1
| * Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master...Chris Craik2013-02-131-0/+1
|/
* Remove calls to SkCanvas::setBitmapDevice()Derek Sollenberger2013-01-081-1/+0
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-141-0/+2
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-031-0/+26
* Surface: add the PhysicalDisplayInfo#secure fieldJamie Gennis2012-10-231-2/+6
* 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