* so that it can determine whether to delay the deletion or not
* also fix sample IME to clear suggestions when asked to
Test: manual
Bug: 159479887
Bug: 157515522
Change-Id: I71e6ac9f3593cdfa4e40b7664cbd2eec6343b5af
Reparenting has side effects that require to be compensated
for adding complexity. It turns out there is a simpler way
to do clipping by setting the clip bonds of InlineConteintView.
bug:153825663
Test: manual
Change-Id: Iea09013d24ffc8bb683a24c76be4289833efbb75
* This, together with the change on the framework side ag/11685298,
gets rid of the flicker on the notification pull down/up case, as
well as switching from username to password.
* The idea is to not clear the suggestions onInputFinish. Instead,
we schedule a delayed deletion of the suggestions on InputStart,
which will get canceled if there is new suggestions coming to the
IME within the timeout. This gets rid of the flicker on the two
cases mentioned in previous bullet.
Test: manual test
Bug: 157515522
Change-Id: I60d9181de3230d468224e2df08fee59b741d6828
The keyboard now showcases how one can implement a suggestion
strip with some pinned suggestions on the left and the right
of the strip and the strip suggestions are scrollable and well
as clipped to the scroll are's bounds. Also this showcases
how to toggle the layering of the suggestions to temporary
amimate on top of them. Fun, fun fun :)
bug:1234567
Change-Id: I7f2a6ea148de31be7cd0f13f56d72f6e5246a5f8
Increase the number of suggestions for scrolling in
the sample autofill service.
Add scrollable container for the suggestions in the
keyboard suggestion view.
Test: manual
Change-Id: I4f8a2fe191f4b7e5a70b5370a7bd55a2e9dddc9a
* This is just a skeleton IME with a very simple UI, no actual autofill related code is added yet.
Test: manual - build using m -j AutofillKeyboard, and install with adb sync
Change-Id: I8b22532646fc61af9e9c944f8db11ca1702b008f