Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
aapt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Android-smartphones
interesting_things
interesting-peoples
osm0sis
aapt
Commits
218ecd43
Commit
218ecd43
authored
11 years ago
by
Jean Chalard
Browse files
Options
Downloads
Patches
Plain Diff
Fix the docs build
Change-Id: I05f1f39aaa9d72201a7fd06377799246039cd505
parent
7d57b7a3
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/java/android/text/InputType.java
+8
-8
8 additions, 8 deletions
core/java/android/text/InputType.java
core/java/android/view/inputmethod/EditorInfo.java
+1
-1
1 addition, 1 deletion
core/java/android/view/inputmethod/EditorInfo.java
with
9 additions
and
9 deletions
core/java/android/text/InputType.java
+
8
−
8
View file @
218ecd43
...
...
@@ -128,8 +128,8 @@ public interface InputType {
* the IME will not try to correct typos. You should always set this flag
* unless you really expect users to type non-words in this field, for
* example to choose a name for a character in a game.
* Contrast this with {@link TYPE_TEXT_FLAG_AUTO_COMPLETE} and
* {@link TYPE_TEXT_FLAG_NO_SUGGESTIONS}:
* Contrast this with {@link
#
TYPE_TEXT_FLAG_AUTO_COMPLETE} and
* {@link
#
TYPE_TEXT_FLAG_NO_SUGGESTIONS}:
* {@code TYPE_TEXT_FLAG_AUTO_CORRECT} means that the IME will try to
* auto-correct typos as the user is typing, but does not define whether
* the IME offers an interface to show suggestions.
...
...
@@ -147,9 +147,9 @@ public interface InputType {
* InputMethodSession.displayCompletions()} as a result of the editor calling
* {@link android.view.inputmethod.InputMethodManager#displayCompletions
* InputMethodManager.displayCompletions()}.
* Note the contrast with {@link TYPE_TEXT_FLAG_AUTO_CORRECT} and
* {@link TYPE_TEXT_FLAG_NO_SUGGESTIONS}:
* {@
link
TYPE_TEXT_FLAG_AUTO_COMPLETE} means the editor should show an
* Note the contrast with {@link
#
TYPE_TEXT_FLAG_AUTO_CORRECT} and
* {@link
#
TYPE_TEXT_FLAG_NO_SUGGESTIONS}:
* {@
code
TYPE_TEXT_FLAG_AUTO_COMPLETE} means the editor should show an
* interface for displaying suggestions, but instead of supplying its own
* it will rely on the Editor to pass completions/corrections.
*/
...
...
@@ -180,10 +180,10 @@ public interface InputType {
* Please avoid using this unless you are certain this is what you want.
* Many input methods need suggestions to work well, for example the ones
* based on gesture typing. Consider clearing
* {@link TYPE_TEXT_FLAG_AUTO_CORRECT} instead if you just do not
* {@link
#
TYPE_TEXT_FLAG_AUTO_CORRECT} instead if you just do not
* want the IME to correct typos.
* Note the contrast with {@link TYPE_TEXT_FLAG_AUTO_CORRECT} and
* {@link TYPE_TEXT_FLAG_AUTO_COMPLETE}:
* Note the contrast with {@link
#
TYPE_TEXT_FLAG_AUTO_CORRECT} and
* {@link
#
TYPE_TEXT_FLAG_AUTO_COMPLETE}:
* {@code TYPE_TEXT_FLAG_NO_SUGGESTIONS} means the IME should never
* show an interface to display suggestions. Most IMEs will also take this to
* mean they should not try to auto-correct what the user is typing.
...
...
This diff is collapsed.
Click to expand it.
core/java/android/view/inputmethod/EditorInfo.java
+
1
−
1
View file @
218ecd43
...
...
@@ -148,7 +148,7 @@ public class EditorInfo implements InputType, Parcelable {
* of the application be shown behind, through transparent UI parts in the
* fullscreen IME. The part of the UI visible to the user may not be responsive
* to touch because the IME will receive touch events, which may confuse the
* user; use {@link IME_FLAG_NO_FULLSCREEN} instead for a better experience.
* user; use {@link
#
IME_FLAG_NO_FULLSCREEN} instead for a better experience.
* Using this flag is discouraged and it may become deprecated in the future.
* Its meaning is unclear in some situations and it may not work appropriately
* on older versions of the platform.
...
...
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