summaryrefslogtreecommitdiff
path: root/core/java/android/view/Surface.java
Commit message (Expand)AuthorAgeFilesLines
* Surface: Release references to BlastBufferQueue and SurfaceControl on Surface...Vishnu Nair2021-09-031-0/+4
* Update javadoc for setFrameRateMarin Shalamanov2021-04-271-6/+9
* setFrameRate: Make shouldBeSeamless an enumMarin Shalamanov2021-03-241-13/+29
* Extend the comment for setFrameRate(..., shouldBeSeamless)Marin Shalamanov2021-02-041-1/+3
* Use setFrameRate for high refresh rate deny listAdy Abraham2021-01-271-0/+9
* Add shouldBeSeamless param to Surface.setFrameRateMarin Shalamanov2020-11-171-4/+22
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-3/+4
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-4/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+4
* ScreenRotationAnimation: Use Surface#setScalingModeRobert Carr2020-10-131-1/+1
* Add BlastBufferQueue adapter in SurfaceViewVishnu Nair2020-09-241-8/+34
* Wire-up colorMode="hdr"John Reck2020-07-301-1/+5
* Merge "Clarify FRAME_RATE_COMPATIBILITY_* params" into rvc-dev am: 061dec3e8d...Steven Thomas2020-06-011-2/+5
|\
| * Merge "Clarify FRAME_RATE_COMPATIBILITY_* params" into rvc-dev am: 061dec3e8d...Steven Thomas2020-06-011-2/+5
| |\
| | * Clarify FRAME_RATE_COMPATIBILITY_* paramsSteven Thomas2020-05-281-2/+5
* | | Merge "Fix 'associated' javadoc typos" am: 3fd2c5c435 am: 2e789841a4 am: 67ef...Treehugger Robot2020-05-131-2/+2
|\| |
| * | Merge "Fix 'associated' javadoc typos" am: 3fd2c5c435 am: 2e789841a4Treehugger Robot2020-05-121-2/+2
| |\ \ | | |/ | |/|
| | * Fix 'associated' javadoc typosandrewlewis2020-05-111-2/+2
| | * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* | | Merge "Remove old versions of attachAndQueBuffer"TreeHugger Robot2020-04-221-21/+2
|\ \ \
| * | | Remove old versions of attachAndQueBufferLeon Scroggins III2020-04-201-21/+2
* | | | Merge "Clean up some formatting problems in the setFrameRate sdk docs" into r...Steven Thomas2020-03-271-8/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Clean up some formatting problems in the setFrameRate sdk docsSteven Thomas2020-03-261-8/+8
* | | App transitions/thumbnails: Switch to HardwareBufferLeon Scroggins III2020-03-101-0/+9
|/ /
* | Add compatibility param to setFrameRate() apiSteven Thomas2020-02-171-5/+42
* | Fix IllegalArgumentException from Surface.release()Steven Thomas2020-02-071-4/+4
* | Clarify frame rate as frames per secondSteven Thomas2020-01-231-5/+6
* | Add setFrameRate() apiSteven Thomas2020-01-221-0/+31
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* | Remove native calls to HWUI from Surface and use the public API insteadDerek Sollenberger2019-11-061-14/+14
* | Revert "Remove native calls to HWUI from Surface and use the public API instead"Derek Sollenberger2019-10-301-12/+14
* | Remove native calls to HWUI from Surface and use the public API insteadDerek Sollenberger2019-10-251-14/+12
|/
* Attach color space information when attach and queue buffer.Peiyong Lin2019-06-261-5/+24
* SurfaceControl, Surface: Add nullability annotations.Robert Carr2019-03-111-1/+2
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Address API council feedbackJohn Reck2019-02-221-2/+2
* Prevent reallocation of Surface object in copyFromRobert Carr2019-01-291-2/+6
* Unhide parts of SurfaceControl API in SDK.Robert Carr2019-01-221-1/+12
* Add theme & View API to control force-darkJohn Reck2018-10-241-1/+1
* Rename & package shuffleJohn Reck2018-10-041-1/+3
* Create plumbing for disabling force-darkJohn Reck2018-09-241-0/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+12
* Unload wallpaper bitmap and release HwuiContextLucas Dupin2018-03-271-0/+12
* Add lockHardwareWideColorGamutCanvas.Peiyong Lin2018-03-081-4/+48
* Check for surface validity to avoid native crashJorim Jaggi2018-01-221-0/+1
* 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
|\