summaryrefslogtreecommitdiff
path: root/core/java/android/view/SurfaceView.java
Commit message (Expand)AuthorAgeFilesLines
* SurfaceView: positionLost locking fixRobert Carr2020-05-131-7/+28
* SurfaceView: Remove dead codeRobert Carr2020-04-171-37/+0
* SurfaceControlViewHost: Improve documentationRobert Carr2020-04-131-3/+16
* Merge "SurfaceView: Use BLAST transaction when visibility changes." into rvc-devTreeHugger Robot2020-04-061-1/+1
|\
| * SurfaceView: Use BLAST transaction when visibility changes.Robert Carr2020-04-031-1/+1
* | SurfaceView: Ensure we don't fill unused BLAST Transaction.Robert Carr2020-04-031-3/+3
|/
* Ensure previous background color is reapplied when showing a SurfaceViewWinson Chung2020-03-251-4/+10
* Add APIs to move suggestions below/above windowSvet Ganov2020-03-201-3/+94
* SurfaceView: Release SurfacePackage when doneRobert Carr2020-03-181-2/+14
* Do not set early wakeup flag for inset animationsJorim Jaggi2020-03-091-1/+1
* RESTRICT AUTOMERGE - Explicitly disable BLAST for SurfaceControlViewHost surf...Robert Carr2020-02-241-9/+7
* Correct the bound if it's from outside of screenJackal Guo2020-02-241-1/+1
* Merge "Adjust the logic of isImportantForAccessibility"Jackal Guo2020-02-201-0/+13
|\
| * Adjust the logic of isImportantForAccessibilityJackal Guo2020-02-191-0/+13
* | SurfaceView: Fix BLAST Sync initialization.Robert Carr2020-02-181-22/+12
|/
* Use boundsOnScreen to offset the translateJackal Guo2020-02-141-1/+2
* Support accessibility on embedded hierarchies (3/n)Jackal Guo2020-02-131-16/+127
* Query for BLAST flag outside of constructorValerie Hau2020-02-101-5/+5
* Move BLAST flag to WindowManagerServiceValerie Hau2020-02-071-7/+6
* SurfaceView: Show SurfacePackage child when reparentingRobert Carr2020-02-051-1/+2
* Merge "Replace deferTransactionUntilSurface with deferTransactionUntil"Rob Carr2020-01-241-4/+5
|\
| * Replace deferTransactionUntilSurface with deferTransactionUntilRobert Carr2020-01-141-4/+5
* | Unhide SurfaceControlViewHost APIRobert Carr2020-01-221-6/+11
* | SurfaceView: Add reparentSurfacePackage methodRobert Carr2020-01-211-0/+31
* | Support accessibility on embedded hierarchies (1/n)Jackal Guo2020-01-141-0/+27
|/
* Switch BLAST flag to WindowManagerGlobalValerie Hau2020-01-071-5/+5
* Merge "Port SurfaceView deferTransaction usage to BLAST"Rob Carr2020-01-021-14/+49
|\
| * Port SurfaceView deferTransaction usage to BLASTRobert Carr2019-12-301-14/+49
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
|/
* Update input policy to handle embedded windowsVishnu Nair2019-11-071-0/+16
* Merge "Fix mistake in SurfaceView lifetime refactoring."TreeHugger Robot2019-10-291-2/+2
|\
| * Fix mistake in SurfaceView lifetime refactoring.Robert Carr2019-10-251-2/+2
* | Replace SurfaceControl call points with Transaction calls (1/n)chaviw2019-10-091-69/+58
|/
* Merge "Support frame-synchronized clipping on SurfaceView"Mark Renouf2019-10-021-1/+59
|\
| * Support frame-synchronized clipping on SurfaceViewMark Renouf2019-09-181-1/+59
* | Merge "Continued SurfaceView lifetime fixes."Rob Carr2019-09-261-5/+6
|\ \
| * | Continued SurfaceView lifetime fixes.Robert Carr2019-09-261-5/+6
* | | SurfaceView: Release Surfaces where SurfaceControl are released.Robert Carr2019-09-241-1/+2
|/ /
* / SurfaceView: Destroy SurfaceControl from RenderThreadRobert Carr2019-09-201-2/+23
|/
* Prevent SurfaceView from drawing over parent surface insetsVishnu Nair2019-08-021-10/+44
* Consolidate ViewRootImpl callbacks for SurfaceViewVishnu Nair2019-07-221-6/+33
* Support alpha value in SurfaceView.Issei Suzuki2019-07-041-31/+189
* Clean up SurfaceView.Issei Suzuki2019-07-031-7/+5
* Clean up SurfaceViewIssei Suzuki2019-07-021-32/+19
* Deleted SurfaceControl.remove methodchaviw2019-06-251-4/+6
* Remove references of the previous surface control in ViewRootImplVishnu Nair2019-06-241-40/+14
* Merge "Revert SurfaceView back to Q's version" into qt-r1-dev am: 2f8cae24b9John Reck2019-06-191-42/+0
|\
| * Revert SurfaceView back to Q's versionJohn Reck2019-06-191-42/+0
* | Prevent SurfaceView from drawing over parent surface insetsVishnu Nair2019-06-181-14/+40
* | Merge "Merge "Synchronize bubble activity rendering status and its visibility...Issei Suzuki2019-05-211-0/+42
|\|