Methods Summary |
---|
public int | describeContents()
return 0;
|
public int | getSpanTypeId()
return TextUtils.SUGGESTION_RANGE_SPAN;
|
public void | setBackgroundColor(int backgroundColor)
mBackgroundColor = backgroundColor;
|
public void | updateDrawState(android.text.TextPaint tp)
tp.bgColor = mBackgroundColor;
|
public void | writeToParcel(android.os.Parcel dest, int flags)
dest.writeInt(mBackgroundColor);
|