public final class RatingAppearance
extends java.lang.Object
implements android.os.Parcelable
RatingAppearance.Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
RatingAppearance.Builder
Builds a
RatingAppearance. |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<RatingAppearance> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
getBackgroundStarColor()
Returns the background star color specified for Rating.
|
int |
getProgressStarColor()
Returns the progress star color specified for Rating.
|
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<RatingAppearance> CREATOR
public int getBackgroundStarColor()
public int getProgressStarColor()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable