summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/SurfaceControl.java
Commit message (Expand)AuthorAgeFilesLines
* Use surfaceflinger for recents thumbnail rotations.Riley Andrews2014-09-091-4/+11
* Add resize method for virtual displaysMichael Wright2014-08-051-0/+12
* Add cursor flags into SpriteController to suppor async cursor updates.Riley Andrews2014-07-281-0/+5
* Add new Display.STATE_DOZE_SUSPEND power state.Jeff Brown2014-07-181-3/+8
* Add two new display info fieldsAndy McFadden2014-06-171-2/+9
* Add call to set power mode for displayPrashant Malani2014-06-041-11/+23
* SurfaceFlinger: Add sourceCrop to screenshotDan Stoza2014-05-231-16/+18
* Enable changing display configurationDan Stoza2014-05-061-6/+19
* Adding render stats APIs to UiAutomation (framework).Svetoslav2014-04-071-5/+25
* Revert "VideoPlaneView initial implementation"Wonsik Kim2014-03-171-7/+0
* VideoPlaneView initial implementationWonsik Kim2014-02-261-0/+7
* Allow disabling layer rotation during screenshotsDan Stoza2014-02-141-11/+25
* Remove setFlags()Andy McFadden2014-02-031-16/+4
* Merge "Allow "opaque" flag to be updated"Andy McFadden2014-01-301-10/+51
|\
| * Allow "opaque" flag to be updatedAndy McFadden2014-01-291-10/+51
* | AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-14/+14
|/
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-14/+14
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-14/+14
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* Remove obsolete "headless" supportMike Lockwood2013-11-151-11/+0
* Surface: Change OutOfResourcesException to be a runtime exceptionIgor Murashkin2013-09-091-12/+4
* Use new ISurfaceComposer::destroyDisplay methodJesse Hall2013-08-081-15/+23
* Really make Surface thread-safe.Jeff Brown2013-05-011-2/+8
* improve SurfaceControl.screenshot documentationMathias Agopian2013-03-181-1/+10
* remove suppor for SurfaceControl.FX_SURFACE_SCREENSHOTMathias Agopian2013-03-051-16/+0
* screenshots can now go into a Surface from javaMathias Agopian2013-03-041-5/+69
* Fix SurfaceControl.setDisplaySurface() such that it accepts a null SurfaceMathias Agopian2013-02-251-7/+2
* Remove SurfaceControl.setPosition(int, int)Michael Wright2013-02-211-5/+0
* clean-up following Surface splitMathias Agopian2013-02-151-40/+40
* split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-141-0/+575