public class AutoText extends Object
Modifier and Type | Method and Description |
---|---|
static String |
get(CharSequence src,
int start,
int end,
View view)
Retrieves a possible spelling correction for the specified range
of text.
|
static int |
getSize(View view)
Returns the size of the auto text dictionary.
|
public static String get(CharSequence src, int start, int end, View view)
public static int getSize(View view)
view
- used to retrieve the current Locale and Resources.