java.lang.Object | |
↳ | android.text.AutoText |
This class accesses a dictionary of corrections to frequent misspellings.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Retrieves a possible spelling correction for the specified range
of text.
|
||||||||||
|
Returns the size of the auto text dictionary.
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Retrieves a possible spelling correction for the specified range of text. Returns null if no correction can be found. The View is used to get the current Locale and Resources.
Returns the size of the auto text dictionary. The return value can be zero if there is no auto correction data available for the current locale.
view | used to retrieve the current Locale and Resources. |
---|