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
48511490
Commit
48511490
authored
10 years ago
by
Yohei Yukawa
Browse files
Options
Downloads
Patches
Plain Diff
Add a new production flag for Cursor/Anchor monitor
BUG: 13891796 Change-Id: I3565ca22aaf1d3cfce4f35999e2990b2df5157ef
parent
f9d8ba3a
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/define/ProductionFlag.java
+6
-0
6 additions, 0 deletions
.../com/android/inputmethod/latin/define/ProductionFlag.java
with
6 additions
and
0 deletions
java/src/com/android/inputmethod/latin/define/ProductionFlag.java
+
6
−
0
View file @
48511490
...
@@ -30,6 +30,12 @@ public final class ProductionFlag {
...
@@ -30,6 +30,12 @@ public final class ProductionFlag {
public
static
final
boolean
IS_HARDWARE_KEYBOARD_SUPPORTED
=
false
;
public
static
final
boolean
IS_HARDWARE_KEYBOARD_SUPPORTED
=
false
;
// When true, enable {@link InputMethodService#onUpdateCursor} callback with
// {@link InputMethodService#setCursorAnchorMonitorMode}, which is not yet available in
// API level 19. Do not turn this on in production until the new API becomes publicly
// available.
public
static
final
boolean
USES_CURSOR_ANCHOR_MONITOR
=
false
;
// Include all suggestions from all dictionaries in {@link SuggestedWords#mRawSuggestions}.
// Include all suggestions from all dictionaries in {@link SuggestedWords#mRawSuggestions}.
public
static
final
boolean
INCLUDE_RAW_SUGGESTIONS
=
false
;
public
static
final
boolean
INCLUDE_RAW_SUGGESTIONS
=
false
;
}
}
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