summaryrefslogtreecommitdiff
path: root/core/java/android/view/SurfaceView.java
Commit message (Expand)AuthorAgeFilesLines
* Surface: Release references to BlastBufferQueue and SurfaceControl on Surface...Vishnu Nair2021-09-031-1/+1
* SurfaceView: Synchronize position updates with fixed size changesVishnu Nair2021-08-041-56/+95
* SurfaceView: Synchronize destframe updates with SurfaceView size changesVishnu Nair2021-07-301-1/+1
* SurfaceView: Update transform hint only if the view is visibleVishnu Nair2021-07-191-3/+9
* Update transform hint from relayout window (1/2)Arthur Hung2021-06-171-9/+14
* Do not reparent the SC when package is already realeasedVadim Caen2021-05-211-3/+9
* Update hole punch logic in HWUINader Jawad2021-05-031-4/+7
* Use separate Transaction object in SVchaviw2021-04-091-21/+46
* Holepunch layers for SurfaceViewNader Jawad2021-04-061-4/+9
* Merge "SurfaceView: Restore transaction application in useBLAST=false" into s...Rob Carr2021-03-241-0/+2
|\
| * SurfaceView: Restore transaction application in useBLAST=falseRobert Carr2021-03-231-0/+2
* | Merge "Remove legacy disable triple buffering config" into sc-devTreeHugger Robot2021-03-221-1/+1
|\ \ | |/ |/|
| * Remove legacy disable triple buffering configVishnu Nair2021-03-161-1/+1
* | SurfaceView: Remove deferred transactionRobert Carr2021-03-121-14/+0
|/
* Reparent SurfacePackage to null when releasing itVishnu Nair2021-02-251-0/+1
* Wire up SurfaceView stretch effectJohn Reck2021-02-171-0/+8
* Fix SurfaceView background layer leaksVishnu Nair2021-02-091-30/+59
* SurfaceView: Release BBQ where we release SurfaceRobert Carr2021-02-021-4/+4
* Merge "Remove preserve surfaces when surface format changes."Chavi Weingarten2021-01-201-7/+4
|\
| * Remove preserve surfaces when surface format changes.chaviw2021-01-151-7/+4
* | Sync with blast transactions in SurfaceViewVishnu Nair2021-01-151-1/+1
|/
* Enable blast adapater for SurfaceViewVishnu Nair2021-01-061-1/+1
* Merge "Revert "Revert^4 Flip BLAST for SurfaceView""Chavi Weingarten2020-12-311-1/+1
|\
| * Revert "Revert^4 Flip BLAST for SurfaceView"Chavi Weingarten2020-12-301-1/+1
* | Merge SV transactions to VRI BlastBufferQueueVishnu Nair2020-12-281-74/+37
|/
* Revert^4 Flip BLAST for SurfaceViewVishnu Nair2020-12-171-1/+1
* Separate blast sync for surface view from blast adapterVishnu Nair2020-12-171-1/+2
* Revert "Flip BLAST for SurfaceView"Jason Macnak2020-11-251-1/+1
* Flip BLAST for SurfaceViewVishnu Nair2020-11-191-1/+1
* SurfaceView: Disable BLASTSyncRobert Carr2020-11-051-6/+10
* Allow creating child surfaces from BlastBufferQueueVishnu Nair2020-10-221-1/+1
* SurfaceView: Fix null check on RemoteAccessibilityControllerRobert Carr2020-10-161-1/+1
* Changed logic about how to check if VRI replaced its surface.chaviw2020-10-141-6/+3
* Merge changes I0333ab33,I7ae7b27f,If20185ceRob Carr2020-10-141-217/+130
|\
| * SurfaceView Cleanup (3/n): Extract RemoteAccessibilityControllerRobert Carr2020-10-141-114/+25
| * SurfaceView Cleanup (2/n): Cleanup visible = mVisibleRobert Carr2020-10-131-4/+4
| * SurfaceView Cleanup (1/n): Breakup updateSurface()Robert Carr2020-10-131-101/+103
* | Removed separate SurfaceControl for Blastchaviw2020-10-131-4/+4
|/
* Add debug logs to BlastBufferQueueVishnu Nair2020-09-301-2/+2
* Add BlastBufferQueue adapter in SurfaceViewVishnu Nair2020-09-241-79/+173
* Ensure overlapping draws won't break BLAST syncchaviw2020-09-221-43/+57
* Merge "Add focus support for SurfaceControlViewHost"Vishnu Nair2020-09-161-0/+17
|\
| * Add focus support for SurfaceControlViewHostVishnu Nair2020-09-151-0/+17
* | Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
|/
* Merge "SurfaceView: Clean up deferred-destroy-surface from UI thread" into rv...Rob Carr2020-06-291-7/+7
|\
| * SurfaceView: Clean up deferred-destroy-surface from UI threadRobert Carr2020-06-261-7/+7
* | Pass in callsite of SurfaceControl constructor explicitly (1/3)Jorim Jaggi2020-06-261-0/+2
|/
* Address missed comments from previous CLSvet Ganov2020-06-241-1/+1
* Handle reperenting of InlineContentViewSvet Ganov2020-06-241-11/+57
* Merge "WM: Replace eEarlyWakeup flags with explicit eEarlyWakeup start and en...Ady Abraham2020-06-181-1/+1
|\