Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
f296e7cd
Commit
f296e7cd
authored
10 years ago
by
Ken Wakasa
Browse files
Options
Downloads
Patches
Plain Diff
Small comment fixes
Change-Id: Iecb432c414eadf13ee6a57fb21fc02d1c27e777f
parent
7ab112ef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/src/com/android/inputmethod/latin/LatinIME.java
+3
-3
3 additions, 3 deletions
java/src/com/android/inputmethod/latin/LatinIME.java
with
3 additions
and
3 deletions
java/src/com/android/inputmethod/latin/LatinIME.java
+
3
−
3
View file @
f296e7cd
...
...
@@ -1489,11 +1489,11 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
}
/**
* To be called after the InputLogic has gotten a chance to act on the
on-device decoding
* for the full gesture, possibly updating the TextView to reflect the first
decoding
.
* To be called after the InputLogic has gotten a chance to act on the
suggested words by the
*
IME
for the full gesture, possibly updating the TextView to reflect the first
suggestion
.
* <p>
* This method must be run on the UI Thread.
* @param suggestedWords
On-device decoding
for the full gesture.
* @param suggestedWords
suggested words by the IME
for the full gesture.
*/
public
void
onTailBatchInputResultShown
(
final
SuggestedWords
suggestedWords
)
{
mGestureConsumer
.
onImeSuggestionsProcessed
(
suggestedWords
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment