summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/InlineSuggestionRenderService.java
Commit message (Expand)AuthorAgeFilesLines
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-2/+0
* Release remove inline suggestion views when session destroyedFeng Cao2020-06-231-6/+43
* Callback the surface package after the views are drawn locallyFeng Cao2020-06-171-12/+19
* Support re-attaching the inline suggestion view to windowFeng Cao2020-05-061-8/+113
* Support receiving touch event in the inline suggestion viewFeng Cao2020-05-011-9/+11
* Support WRAP_CONTENT in InlineSuggestion#inflateFeng Cao2020-04-271-21/+66
* Filter the content of the Bundles used as extras and styling APIsTYM Tsai2020-04-221-0/+2
* Pass inline suggestions renderer info Bundle to Frameworks and IMEAdam He2020-04-091-0/+13
* Replace Nullable bundle with NonNull and use Bundle.EMPTYFeng Cao2020-03-311-3/+4
* Add API to start pendingIntent for attribution from client App.Adam He2020-03-201-0/+18
* Intercept the click from inline suggestion child view.Feng Cao2020-03-161-0/+6
* Merge "SurfaceControlViewHost: Respond to API feedback" into rvc-devTreeHugger Robot2020-03-161-1/+1
|\
| * SurfaceControlViewHost: Respond to API feedbackRobert Carr2020-03-121-1/+1
* | Sends click and long click events from the inline suggestion to host appFeng Cao2020-03-121-2/+11
|/
* Uses SurfacePackage instead of SurfaceControl on inline suggestionTYM Tsai2020-03-021-3/+2
* Use display context all the waySvet Ganov2020-02-251-30/+33
* Use context for correct display in the renderer serviceSvet Ganov2020-02-221-5/+24
* Introduces the Bundle to inline suggestions APIs to encode custom UI styling ...Feng Cao2020-02-191-0/+9
* Move rendering logic for inline suggestions to ExtServices.Adam He2020-02-141-4/+42
* API for Inline Presentation Renderer in ExtServices.Adam He2020-01-271-0/+92