summaryrefslogtreecommitdiff
path: root/core/java/android/view/Surface.java
Commit message (Expand)AuthorAgeFilesLines
...
* Camera2: Add MOTION_TRACKING capability/intent, and lens poseReferenceEino-Ville Talvala2018-01-051-0/+5
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-3/+12
* Improve WMP dumpsys readability.Michael Wright2017-09-181-1/+1
* Hide shared buffer mode/auto refresh on SurfaceRomain Guy2017-08-161-0/+8
* Merge "Remove rotation and app bounds from Configuration diff." into oc-dr1-devBryce Lee2017-07-281-7/+1
|\
| * Remove rotation and app bounds from Configuration diff.Bryce Lee2017-07-281-7/+1
* | Expose shared buffer mode/auto refresh on SurfaceRomain Guy2017-07-211-4/+99
|/
* Add rotation to configuration.Bryce Lee2017-06-291-1/+7
* Create native Surface object on updateWindow for legacy apps.Bryce Lee2017-06-161-1/+38
* Revert "Coordinate configuration changes and window frame size."Bryce Lee2017-06-071-7/+1
* Coordinate configuration changes and window frame size.Bryce Lee2017-06-051-1/+7
* Reenable task snapshots without using RenderThread in SystemServer.Robert Carr2017-03-091-0/+17
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-2/+2
* SurfaceView: Force surface disconnection before reuse.Robert Carr2016-09-221-0/+11
|\
| * SurfaceView: Force surface disconnection before reuse.Robert Carr2016-09-081-0/+11
* | Docs: Note that a Surface acts like a weak referenceEino-Ville Talvala2016-09-161-0/+12
|/
* android.view.Surface: Add parceling warningEino-Ville Talvala2016-08-291-0/+4
* Fail createVirtualDisplay with single-buffered SurfacePablo Ceballos2016-08-251-1/+13
* Implement seamless rotation mode.Robert Carr2016-06-211-0/+1
* Force windows to be scalable during pinned animation.Robert Carr2016-04-191-4/+4
* Set SCALING_MODE_NO_SCALE_CROP for SurfaceView.Robert Carr2015-12-211-0/+30
* Sync SurfaceView position changes to parent render.Rob Carr2015-10-301-0/+14
* Revert "Sync SurfaceView position changes to parent render."Rob Carr2015-10-151-14/+0
* Sync SurfaceView position changes to parent render.Robert Carr2015-10-151-0/+14
* Remove HardwareCanvasChris Craik2015-03-101-1/+1
* am 64b5e00a: am ff597898: am b3ec64e1: Merge "Wire up surface width/height to...John Reck2014-11-171-3/+8
|\
| * Wire up surface width/height to lockHardwareCanvasJohn Reck2014-11-131-3/+8
* | am 692135ef: am 76adcd6e: am ea4e76f6: Merge "Fix finalizer ordering/double-f...John Reck2014-11-071-9/+0
|\|
| * Merge "Fix finalizer ordering/double-free issue" into lmp-mr1-devJohn Reck2014-11-071-9/+0
| |\
| | * Fix finalizer ordering/double-free issueJohn Reck2014-11-071-9/+0
| |/ |/|
| * am b8038d58: Merge "Hide Surface#lockHardwareCanvas DO NOT MERGE" into lmp-sp...Justin Koh2014-11-061-0/+1
|/|
| * Hide Surface#lockHardwareCanvas DO NOT MERGEJustin Koh2014-11-041-0/+1
| * Surface:lockHardwareCanvas DO NOT MERGEJohn Reck2014-10-221-13/+110
* | Improve documentationJohn Reck2014-10-231-1/+4
* | Surface:lockHardwareCanvasJohn Reck2014-10-211-13/+110
|/
* Surface: Leave object in unlocked state when unlockCanvasAndPost failsJesse Hall2014-10-131-4/+7
* 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
|\