Merge "Make FLAG_AUTO_CORRECTION public" into ics-mr1
This commit is contained in:
@@ -21026,6 +21026,7 @@ package android.text.style {
|
|||||||
method public void writeToParcel(android.os.Parcel, int);
|
method public void writeToParcel(android.os.Parcel, int);
|
||||||
field public static final java.lang.String ACTION_SUGGESTION_PICKED = "android.text.style.SUGGESTION_PICKED";
|
field public static final java.lang.String ACTION_SUGGESTION_PICKED = "android.text.style.SUGGESTION_PICKED";
|
||||||
field public static final android.os.Parcelable.Creator CREATOR;
|
field public static final android.os.Parcelable.Creator CREATOR;
|
||||||
|
field public static final int FLAG_AUTO_CORRECTION = 4; // 0x4
|
||||||
field public static final int FLAG_EASY_CORRECT = 1; // 0x1
|
field public static final int FLAG_EASY_CORRECT = 1; // 0x1
|
||||||
field public static final int FLAG_MISSPELLED = 2; // 0x2
|
field public static final int FLAG_MISSPELLED = 2; // 0x2
|
||||||
field public static final int SUGGESTIONS_MAX_SIZE = 5; // 0x5
|
field public static final int SUGGESTIONS_MAX_SIZE = 5; // 0x5
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ public class SuggestionSpan extends CharacterStyle implements ParcelableSpan {
|
|||||||
* Sets this flag if the auto correction is about to be applied to a word/text
|
* Sets this flag if the auto correction is about to be applied to a word/text
|
||||||
* that the user is typing/composing. This type of suggestion is rendered differently
|
* that the user is typing/composing. This type of suggestion is rendered differently
|
||||||
* to indicate the auto correction is happening.
|
* to indicate the auto correction is happening.
|
||||||
* @hide
|
|
||||||
*/
|
*/
|
||||||
public static final int FLAG_AUTO_CORRECTION = 0x0004;
|
public static final int FLAG_AUTO_CORRECTION = 0x0004;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user