0
Files
src/ui
Curtis McMullan 47358aec56 cros-suggest: handle completion candidates
Completion candidates should be handled differently to prediction
candidates in the assistive framework. A completion candidate
contains part of the text the user has already typed in its
suggested text. This text should be marked as confirmed and not
input when the user accepts the suggestion.

This CL adds the above behaviour for completion candidates to
the MultiWordSuggester.

BUG=1146266

Change-Id: Iba9ac410e15e6af57ce8927ff77edc3d02367ec8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2879272
Commit-Queue: Curtis McMullan <curtismcmullan@chromium.org>
Reviewed-by: Jing Wang <jiwan@chromium.org>
Reviewed-by: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#886536}
2021-05-26 01:23:10 +00:00
..
2021-05-24 23:56:22 +00:00
2021-05-18 06:43:27 +00:00
2021-05-18 09:06:24 +00:00

This directory contains UI frameworks used to build various user interface features. This directory it not intended to contain UI features (such as a keyboard).