summaryrefslogtreecommitdiff
path: root/core/java/android/view/ScrollCaptureResponse.java
Commit message (Collapse)AuthorAgeFilesLines
* Return packageName to scroll capture requests from SysUIMark Renouf2021-08-111-7/+42
| | | | | | Bug: 195013652 Test: manual Change-Id: Ib623e34031b7a5117d9c5afb439fc382f9c77dd1
* Splits up internal binder api for scroll captureMark Renouf2021-03-161-4/+16
| | | | | | | | | | | | | | | Splits the connection callback out from the session callbacks. Use ListenableFuture at the ScrollCaptureClient layer to safely chain together futures, provide a better exception handling/reporting path, and allow for cancellation of background tasks. Bug: 180671218 Test: atest ScrollCaptureClientTest ScrollCaptureConnectionTest Test: atest ScrollCaptureFrameworkSmokeTest Change-Id: Ibc8536d12a5554f62b3d7e1f4f717d3589ec45e0
* Long screenshots framework update and API unhideMark Renouf2021-02-251-0/+381
This change includes a series of API review changes. The most significant update is the addition of cancellation signals to API methods where needed. Renames some internal classes and interfaces to support the API changes and to simplify tests and improve quality. Test: numerous presubmits Bug: 175830670 CTS-Coverage-Bug: 180419562 Change-Id: I9b1b950a2779fc902ecf4d6394e3c35171926700