summaryrefslogtreecommitdiff
path: root/core/java/android/view/inputmethod/InlineSuggestion.java
Commit message (Expand)AuthorAgeFilesLines
* Implement inline suggestion tooltipTYM Tsai2021-03-181-13/+108
* Fix NPE in InlineContentViewFeng Cao2020-06-081-1/+21
* Fix inline suggestion ref counting to not over-countFeng Cao2020-05-131-6/+8
* Support re-attaching the inline suggestion view to windowFeng Cao2020-05-061-59/+211
* Support WRAP_CONTENT in InlineSuggestion#inflateFeng Cao2020-04-271-15/+38
* Migrate android.view.inline to android.widget.inlineAdam He2020-03-291-9/+9
* Add APIs to move suggestions below/above windowSvet Ganov2020-03-201-12/+12
* Sends click and long click events from the inline suggestion to host appFeng Cao2020-03-121-10/+48
* Uses SurfacePackage instead of SurfaceControl on inline suggestionTYM Tsai2020-03-021-3/+3
* Keep a strong reference to the InlineContentCallbackImplJoanne Chung2020-02-171-17/+91
* Move rendering logic for inline suggestions to ExtServices.Adam He2020-02-141-1/+1
* Made the InlineSuggestion APIs testable.Joanne Chung2020-01-141-2/+17
* API for autofill integration with keyboard.Adam He2019-12-161-1/+1
* Initial IME inline suggestions APIsFeng Cao2019-11-221-0/+285