summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/Surface.java
Commit message (Expand)AuthorAgeFilesLines
* Surface: Add allocateBuffers to avoid render delayDan Stoza2014-06-201-0/+13
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-18/+18
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-18/+18
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-18/+18
* Merge "Add typedefs and nullness annotations."Tor Norbye2013-09-121-0/+10
|\
| * Add typedefs and nullness annotations.Tor Norbye2013-09-111-0/+10
* | Surface: Change OutOfResourcesException to be a runtime exceptionIgor Murashkin2013-09-091-11/+12
|/
* Avoid crashing in unlockCanvasAndPostAndy McFadden2013-08-201-6/+29
* Really make Surface thread-safe.Jeff Brown2013-05-011-69/+81
* add javadoc for SurfaceView {unL|l}ockCanvas{AndPost}()Mathias Agopian2013-04-171-3/+3
* 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