FileDocCategorySizeDatePackage
Rating.javaAPI DocAndroid 5.1 API1803Sat Mar 14 14:09:42 GMT 2015android.media

Rating

public final class Rating extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
RATING_3_STARS
public static final int
RATING_4_STARS
public static final int
RATING_5_STARS
public static final int
RATING_HEART
public static final int
RATING_NONE
public static final int
RATING_PERCENTAGE
public static final int
RATING_THUMB_UP_DOWN
Constructors Summary
Rating()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public floatgetPercentRating()

 throw new RuntimeException("Stub!"); 
public intgetRatingStyle()

 throw new RuntimeException("Stub!"); 
public floatgetStarRating()

 throw new RuntimeException("Stub!"); 
public booleanhasHeart()

 throw new RuntimeException("Stub!"); 
public booleanisRated()

 throw new RuntimeException("Stub!"); 
public booleanisThumbUp()

 throw new RuntimeException("Stub!"); 
public static android.media.RatingnewHeartRating(boolean hasHeart)

 throw new RuntimeException("Stub!"); 
public static android.media.RatingnewPercentageRating(float percent)

 throw new RuntimeException("Stub!"); 
public static android.media.RatingnewStarRating(int starRatingStyle, float starRating)

 throw new RuntimeException("Stub!"); 
public static android.media.RatingnewThumbRating(boolean thumbIsUp)

 throw new RuntimeException("Stub!"); 
public static android.media.RatingnewUnratedRating(int ratingStyle)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");